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

Document that 'gitlab-rake' etc work without sudo

parent 9ef210d8
No related branches found
No related tags found
1 merge request!373Document that 'gitlab-rake' etc work without sudo
Loading
Loading
@@ -518,6 +518,7 @@ To create a backup of your repositories and GitLab metadata, run the following c
__Note that GitLab CI currently does not have a backup script.__
 
```shell
# Remove 'sudo' if you are the 'git' user
sudo gitlab-rake gitlab:backup:create
```
 
Loading
Loading
@@ -546,6 +547,8 @@ sudo gitlab-rake gitlab:check
sudo gitlab-ci-rake -T
```
 
Leave out 'sudo' if you are the 'git' user or the 'gitlab-ci' user.
Contrary to with a traditional GitLab installation, there is no need to change
the user or the `RAILS_ENV` environment variable; this is taken care of by the
`gitlab-rake` and `gitlab-ci-rake` wrapper scripts.
Loading
Loading
Loading
Loading
@@ -46,12 +46,14 @@ Omnibus-gitlab will not automatically seed your external database. Run the
following command to import the schema and create the first admin user:
 
```shell
# Remove 'sudo' if you are the 'git' user
sudo gitlab-rake gitlab:setup
```
 
You can manually seed the GitLab CI database with the following command:
 
```shell
# Remove 'sudo' if you are the 'gitlab-ci' user
sudo gitlab-ci-rake setup
```
 
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