Merge pull request #5894 from patschi/patch-1

Add command for updating the init.d script
This commit is contained in:
Dmitriy Zaporozhets 2013-12-22 00:51:18 -08:00
commit b09b9480ce

View file

@ -44,6 +44,9 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
# Update init.d script
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
```
### 5. Start application