mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
start: kickstart the gitlab server
This commit is contained in:
parent
b0ed3a473b
commit
b4bea41c6a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user