Merge branch 'update-installation-docs-with-i18n' into 'master'

Add section to compile GetText files for source installations

See merge request !11865
This commit is contained in:
Douwe Maan 2017-06-02 14:40:26 +00:00
commit de3e1bb4ec
1 changed files with 4 additions and 0 deletions

View File

@ -505,6 +505,10 @@ Check if GitLab and its environment are configured correctly:
sudo -u git -H yarn install --production --pure-lockfile
sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
### Compile GetText PO files
sudo -u git -H bundle exec rake gettext:compile RAILS_ENV=production
### Start Your GitLab Instance
sudo service gitlab start