http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server http://gitorious.org/gitorious/pages/Installation
emerge bundler
emerge git passenger postgresql-server
emerge app-misc/sphinx memcached
Code source:
cd /opt git clone git://gitorious.org/gitorious/mainline.git gitorious git tag -l git checkout v2.1.1 bundle install
Configuration:
su postgres createuser gitorious cp config/database.sample.yml config/database.yml cp config/gitorious.sample.yml config/gitorious.yml cp config/broker.yml.example config/broker.yml
config/database.yml
:
mysql
par postgresql