debian/README.Debian: fix typo

This commit is contained in:
Johannes Schauer 2016-03-16 20:12:15 +01:00 committed by Praveen Arimbrathodiyil
parent fda2204ff8
commit 3d34ef4aea

View file

@ -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: