git server on ubuntu


Recommended Posts

I haven't done this in ages but:

http://askubuntu.com/questions/134298/how-do-i-set-up-gitorious-server-on-ubuntu

 

You could also try setting up gerrit, but you really shouldn't do this unless you need code review. Also, gerrit is a pain compared to vanilla git:

http://www.mediawiki.org/wiki/Gerrit/Tutorial

 

Personally, I would just use SSH instead unless you really need a server with separate authentication:

http://www.mindfuzz.net/?p=250

 

EDIT:

 

I forgot the simplest solution for a central server with permissions is to install gitolite, that's what I ended up doing instead of using gitorious after trying both back in the day: http://blog.countableset.ch/2012/04/29/ubuntu-12-dot-04-installing-gitolite-and-gitweb/

Link to comment
Share on other sites

I agree with Snaphat, if you don't need any fancy features, create a git repository on your Ubuntu machine and clone it wherever you want it over SSH. Job done.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.