Skip to content
Snippets Groups Projects
Commit a2f049cf authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Flatten the README contents

parent 56c26a76
No related branches found
No related tags found
1 merge request!48Specify Url
Loading
Loading
@@ -30,9 +30,7 @@ sudo lokkit -s http -s ssh
 
## How to manage an Omnibus-installed GitLab
 
### Administrative commands
#### Start/stop GitLab
### Start/stop GitLab
 
You can start, stop or restart GitLab and all of its components with the
following commands.
Loading
Loading
@@ -54,7 +52,7 @@ It is also possible to start, stop or restart individual components.
sudo gitlab-ctl restart unicorn
```
 
#### Creating the gitlab.rb configuration file
### Creating the gitlab.rb configuration file
 
```shell
sudo mkdir -p /etc/gitlab
Loading
Loading
@@ -62,7 +60,7 @@ sudo touch /etc/gitlab/gitlab.rb
sudo chmod 600 /etc/gitlab/gitlab.rb
```
 
#### Configuring the external URL for GitLab
### Configuring the external URL for GitLab
 
In order for GitLab to display correct repository clone links to your users
it needs to know the URL under which it is reached by your users, e.g.
Loading
Loading
@@ -74,7 +72,7 @@ external_url "http://gitlab.example.com"
 
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
 
#### Invoking Rake tasks
### Invoking Rake tasks
 
To invoke a GitLab Rake task, use `gitlab-rake`. For example:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment