Commit d07ae0fd5473db6280aa43d4d6283292a6007cc2
1 parent
406127cd
Exists in
master
and in
13 other branches
Run `gitlab-ctl status` after installing
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -39,6 +39,16 @@ sudo lokkit -s http -s ssh # open up the firewall for HTTP and SSH requests |
39 | 39 | |
40 | 40 | ### After installation |
41 | 41 | |
42 | +Run `sudo gitlab-ctl status`; the output should look like this: | |
43 | + | |
44 | +``` | |
45 | +run: nginx: (pid 972) 7s; run: log: (pid 971) 7s | |
46 | +run: postgresql: (pid 962) 7s; run: log: (pid 959) 7s | |
47 | +run: redis: (pid 964) 7s; run: log: (pid 963) 7s | |
48 | +run: sidekiq: (pid 967) 7s; run: log: (pid 966) 7s | |
49 | +run: unicorn: (pid 961) 7s; run: log: (pid 960) 7s | |
50 | +``` | |
51 | + | |
42 | 52 | Your GitLab instance should reachable over HTTP at the IP or hostname of your server. |
43 | 53 | You can login as an admin user with username `root` and password `5iveL!fe`. |
44 | 54 | ... | ... |