start: kickstart the gitlab server

This commit is contained in:
Sameer Naik 2013-10-07 21:58:36 +05:30
parent b0ed3a473b
commit b4bea41c6a

View File

@ -124,5 +124,8 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
# start the nginx server
/etc/init.d/nginx start
# kickstart the rails application
wget "http://${SERVER_URL}" -O /dev/null
# watch the access logs
tail -F /var/log/nginx/${SERVER_URL}_access.log