From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-143486-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 051371381F3 for <garchives@archives.gentoo.org>; Tue, 18 Dec 2012 00:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83B6D21C01C; Tue, 18 Dec 2012 00:58:05 +0000 (UTC) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BB4C21C051 for <gentoo-user@lists.gentoo.org>; Tue, 18 Dec 2012 00:56:48 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id b57so12373eek.35 for <gentoo-user@lists.gentoo.org>; Mon, 17 Dec 2012 16:56:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FybQRRZHYPM9GQ4iLbpNAO9HHRYBdbGekMfZco8JIKA=; b=v+MJKbHKK6lh6fhP/bJpkgEd7A5qbWMJwzMTu7fXj6bOucgJWnoIrvOv+YgUpTjTVt nNsNXFsMaJHNqWXmPFXN5+rrI2TlqjZiEEbK05WJOT/N9uXK8Q0aWXSwBV++o/JP9BZM GseC0CGtTMc7SvIYC3jHwjrDHzvPx2UVePtl4g6Gcl7m4h7s+NR1RJ9tT7im9rQW2bLr csHflX8ydKa53fzcEUdq4vq4uRYXCtu7VrvfwDvwv5VckD9DIxF6yLa4ixYEvb+fyPFy 0AvJBo6A22Bffno7xEvsWD2+jrtoRQWZH9nkvSHrSbpcCsUt7ANVjKorAJQgTflrol2u 30cQ== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.14.214.132 with SMTP id c4mr781313eep.18.1355792207745; Mon, 17 Dec 2012 16:56:47 -0800 (PST) Received: by 10.223.158.68 with HTTP; Mon, 17 Dec 2012 16:56:47 -0800 (PST) In-Reply-To: <50CF44B4.2050107@orlitzky.com> References: <CAN0CFw1WninDPPk4PS85ojoXTP7D1=syDS7gfYYje9vEEUacwQ@mail.gmail.com> <50CF44B4.2050107@orlitzky.com> Date: Mon, 17 Dec 2012 16:56:47 -0800 Message-ID: <CAN0CFw3fUnHR65MnkTFRNtPn4APHAQ-6iHnZ8XRH_AF5i5wpog@mail.gmail.com> Subject: Re: [gentoo-user] {OT} open-source: chat, tasks, resources, code From: Grant <emailgrant@gmail.com> To: Gentoo mailing list <gentoo-user@lists.gentoo.org> Content-Type: multipart/alternative; boundary=047d7b621df8ee93a304d115f87e X-Archives-Salt: 33905495-c09b-4035-abdd-becdc46551fb X-Archives-Hash: 63df8979d0e0b88e9ed6b4ef9ab599b3 --047d7b621df8ee93a304d115f87e Content-Type: text/plain; charset=ISO-8859-1 > > When I need a new web-based software tool, I consider writing it myself > > and if that isn't feasible I try to use something open-source and > > self-hosted. I need something for chat, task management, resource > > management, and code management, all for groups. I'm considering > > Campfire, Trello, Float, and GitHub respectively, but I thought I'd > > check with you guys to see if any of this is available in an open-source > > and self-hosted form, especially in portage. > > > > Usual suggestions for github alternatives are, > > * Gitorious <http://gitorious.org/> > > * Gitolite <https://github.com/sitaramc/gitolite> > > * Gitlab <http://gitlabhq.com/> > > None of them are very easy to set up. I should stay away from those for now. > If all you need to do is host git repositories, I suggest putting bare > repos on a server somewhere and having everyone push/pull over SSH. You > can use the bare-bones gitweb (comes with git in portage) to view the > repos from a web browser. You'll need a separate bug tracking mechanism > in that case. I haven't used git before at all. Is this pretty easy to set up? > For task management, we get away with a wiki (Mediawiki) and personal > TODO lists. It's fine for the people who actually use it. Getting people > to use it is the hard part. Your bug tracker can also double as a task list. > > For chat, run an IRC or XMPP server. Has anyone used an XMPP client for communication/collaboration within a company that they would recommend? - Grant --047d7b621df8ee93a304d115f87e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > > When I need a new web-based software tool, I consider writing it = myself<br>> > and if that isn't feasible I try to use something o= pen-source and<br>> > self-hosted. =A0I need something for chat, task= management, resource<br> > > management, and code management, all for groups. =A0I'm consi= dering<br>> > Campfire, Trello, Float, and GitHub respectively, but I= thought I'd<br>> > check with you guys to see if any of this is = available in an open-source<br> > > and self-hosted form, especially in portage.<br>> ><br>>= <br>> Usual suggestions for github alternatives are,<br>><br>> =A0= * Gitorious <<a href=3D"http://gitorious.org/">http://gitorious.org/</a= >><br> ><br>> =A0 * Gitolite <<a href=3D"https://github.com/sitaramc/gito= lite">https://github.com/sitaramc/gitolite</a>><br>><br>> =A0 * Gi= tlab <<a href=3D"http://gitlabhq.com/">http://gitlabhq.com/</a>><br>&= gt;<br> > None of them are very easy to set up.<br><br>I should stay away from t= hose for now.<br><br>> If all you need to do is host git repositories, I= suggest putting bare<br>> repos on a server somewhere and having everyo= ne push/pull over SSH. You<br> > can use the bare-bones gitweb (comes with git in portage) to view the<= br>> repos from a web browser. You'll need a separate bug tracking m= echanism<br>> in that case.<br><br>I haven't used git before at all.= =A0Is this pretty easy to set up?<br> <br>> For task management, we get away with a wiki (Mediawiki) and perso= nal<br>> TODO lists. It's fine for the people who actually use it. G= etting people<br>> to use it is the hard part. Your bug tracker can also= double as a task list.<br> ><br>> For chat, run an IRC or XMPP server.<br><br><div>Has anyone us= ed an XMPP client for communication/collaboration within a company that the= y would recommend?</div><div><br></div><div>- Grant</div> --047d7b621df8ee93a304d115f87e--