We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install python-dev python-pip sendmail redis-server libicu-dev sudo pip install pygments sudo gem install bundler
git clone -b stable git://github.com/gitlabhq/gitlabhq.git cd gitlabhq # Rename config files cp config/database.yml.example config/database.yml cp config/gitlab.yml.example config/gitlab.yml sudo gem install charlock_holmes -v '0.6.8' bundle install --without development test bundle exec rake db:setup RAILS_ENV=production bundle exec rake db:seed_fu RAILS_ENV=production
bundle exec rails s -e production
User - admin@local.host
admin@local.host
Password - 5iveL!fe
5iveL!fe
for post-recieve hooks you need to start resque:
mkdir tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1