Saturday, 1 September 2012

Installing Gitorious on Ubuntu 12.04

I created a Windows Azure instance with Ubuntu 12.04 on it. I then followed the steps here: http://coding-journal.com/installing-gitorious-on-ubuntu-11-04/ Instead of using "/var/www/gitorious" I used "/home/gitorious". Once checking out gitorious, I ran the command: find . -type f -print0 | xargs -0 sed -i 's/\/var\/www\/gitorious/\/home\/gitorious/g' Add-Ons: Log files were inaccessible, chmod them to 666 (first run them manually under the git:git user before restarting) Stompserver has changed the location it is installed to. Hack /etc/init.d/stomp GEMS_HOME='/usr/local' PostFix: Use the guide here: http://cpuug.org/index.php?topic=231.0 Open Git PorT: 9418

No comments:

Post a Comment