debian/README.Debian: fix typo
This commit is contained in:
parent
fda2204ff8
commit
3d34ef4aea
1 changed files with 2 additions and 2 deletions
4
debian/README.Debian
vendored
4
debian/README.Debian
vendored
|
@ -47,8 +47,8 @@ Upstream documentation will instruct to run commands like the following:
|
|||
|
||||
$ sudo -u gitlab -H bundle exec rake XXX RAILS_ENV=production
|
||||
|
||||
Where is something like "db:migrate", "gitlab:check" or "gitlab:env:info". In
|
||||
Debian, the rake command has to be called by the gitlab user from app home
|
||||
Where XXX is something like "db:migrate", "gitlab:check" or "gitlab:env:info".
|
||||
In Debian, the rake command has to be called by the gitlab user from app home
|
||||
directory /usr/share/gitlab and with the environment variables from
|
||||
/etc/gitlab/gitlab-debian.conf set. So above command could be run like:
|
||||
|
||||
|
|
Loading…
Reference in a new issue