From b4bea41c6ae1f2b2170cecb48c91b058115e3b59 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 7 Oct 2013 21:58:36 +0530 Subject: [PATCH] start: kickstart the gitlab server --- resources/start | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/start b/resources/start index 45626176..5abb5f64 100755 --- a/resources/start +++ b/resources/start @@ -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