From d07ae0fd5473db6280aa43d4d6283292a6007cc2 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 10 Apr 2014 10:26:35 +0200 Subject: [PATCH] Run `gitlab-ctl status` after installing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 8c8bba4..9c1cf96 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,16 @@ sudo lokkit -s http -s ssh # open up the firewall for HTTP and SSH requests ### After installation +Run `sudo gitlab-ctl status`; the output should look like this: + +``` +run: nginx: (pid 972) 7s; run: log: (pid 971) 7s +run: postgresql: (pid 962) 7s; run: log: (pid 959) 7s +run: redis: (pid 964) 7s; run: log: (pid 963) 7s +run: sidekiq: (pid 967) 7s; run: log: (pid 966) 7s +run: unicorn: (pid 961) 7s; run: log: (pid 960) 7s +``` + Your GitLab instance should reachable over HTTP at the IP or hostname of your server. You can login as an admin user with username `root` and password `5iveL!fe`. -- libgit2 0.21.2