Commit 9cad2d8eb69e0ed45385c6f2c449a146548347c8

Authored by Jacob Vosmaer
1 parent 03444a89

Add hints for when GitLab is unreachable

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -62,6 +62,12 @@ You can login as an admin user with username `root` and password `5iveL!fe`. @@ -62,6 +62,12 @@ You can login as an admin user with username `root` and password `5iveL!fe`.
62 62
63 ### Common installation problems 63 ### Common installation problems
64 64
  65 +#### GitLab is unreachable in my browser
  66 +
  67 +Try [specifying](#configuring-the-external-url-for-gitlab) an `external_url` in
  68 +`/etc/gitlab/gitlab.rb`. Also check your firewall settings; port 80 (HTTP) or
  69 +443 (HTTPS) might be closed on your GitLab server.
  70 +
65 #### Reconfigure freezes at `ruby_block[supervise_redis_sleep] action run` 71 #### Reconfigure freezes at `ruby_block[supervise_redis_sleep] action run`
66 72
67 This happens when Runit has not been installed succesfully during `gitlab-ctl 73 This happens when Runit has not been installed succesfully during `gitlab-ctl