Commit a2f049cf9af116d52327536c1facc40af2185743
1 parent
56c26a76
Exists in
master
and in
17 other branches
Flatten the README contents
Showing
1 changed file
with
4 additions
and
6 deletions
Show diff stats
README.md
@@ -30,9 +30,7 @@ sudo lokkit -s http -s ssh | @@ -30,9 +30,7 @@ sudo lokkit -s http -s ssh | ||
30 | 30 | ||
31 | ## How to manage an Omnibus-installed GitLab | 31 | ## How to manage an Omnibus-installed GitLab |
32 | 32 | ||
33 | -### Administrative commands | ||
34 | - | ||
35 | -#### Start/stop GitLab | 33 | +### Start/stop GitLab |
36 | 34 | ||
37 | You can start, stop or restart GitLab and all of its components with the | 35 | You can start, stop or restart GitLab and all of its components with the |
38 | following commands. | 36 | following commands. |
@@ -54,7 +52,7 @@ It is also possible to start, stop or restart individual components. | @@ -54,7 +52,7 @@ It is also possible to start, stop or restart individual components. | ||
54 | sudo gitlab-ctl restart unicorn | 52 | sudo gitlab-ctl restart unicorn |
55 | ``` | 53 | ``` |
56 | 54 | ||
57 | -#### Creating the gitlab.rb configuration file | 55 | +### Creating the gitlab.rb configuration file |
58 | 56 | ||
59 | ```shell | 57 | ```shell |
60 | sudo mkdir -p /etc/gitlab | 58 | sudo mkdir -p /etc/gitlab |
@@ -62,7 +60,7 @@ sudo touch /etc/gitlab/gitlab.rb | @@ -62,7 +60,7 @@ sudo touch /etc/gitlab/gitlab.rb | ||
62 | sudo chmod 600 /etc/gitlab/gitlab.rb | 60 | sudo chmod 600 /etc/gitlab/gitlab.rb |
63 | ``` | 61 | ``` |
64 | 62 | ||
65 | -#### Configuring the external URL for GitLab | 63 | +### Configuring the external URL for GitLab |
66 | 64 | ||
67 | In order for GitLab to display correct repository clone links to your users | 65 | In order for GitLab to display correct repository clone links to your users |
68 | it needs to know the URL under which it is reached by your users, e.g. | 66 | it needs to know the URL under which it is reached by your users, e.g. |
@@ -74,7 +72,7 @@ external_url "http://gitlab.example.com" | @@ -74,7 +72,7 @@ external_url "http://gitlab.example.com" | ||
74 | 72 | ||
75 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. | 73 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. |
76 | 74 | ||
77 | -#### Invoking Rake tasks | 75 | +### Invoking Rake tasks |
78 | 76 | ||
79 | To invoke a GitLab Rake task, use `gitlab-rake`. For example: | 77 | To invoke a GitLab Rake task, use `gitlab-rake`. For example: |
80 | 78 |