[Cialug] GIT servers

Scott Yates Scott at yatesframe.com
Sun Jun 26 14:51:23 CDT 2016


You might check out gitlab.  It is very easy to install and maintain, but
it has much more than most people need.

https://about.gitlab.com/

I had it up and running in minutes.

On Sun, Jun 26, 2016 at 12:19 PM, Jeffrey Ollie <jeff at ocjtech.us> wrote:

> git-daemon provides only the most basic services. gitolite adds things like
> ACLs and multiple users. If this is just for personal stuff, you don't
> really need a "server". Just a SSH account somewhere that has git installed
> is enough. Then you can refer to the remote git repo with something like
> "ssh://user@host:path/to/repo"
>
> On Sun, Jun 26, 2016 at 11:45 AM, Dave Weis <djweis at sjdjweis.com> wrote:
>
> > Hello All
> >
> > I'm trying to set up a private git server for a handful of my projects.
> It
> > will primarily be private but possibly some public cloning.
> >
> > Is there a difference between git-daemon and gitolite3?
> >
> > So far it's been more of a pain than setting up a CVS server from
> scratch!
> >
> > dave
> > _______________________________________________
> > Cialug mailing list
> > Cialug at cialug.org
> > http://cialug.org/mailman/listinfo/cialug
> >
>
>
>
> --
> Jeff Ollie
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>


More information about the Cialug mailing list