Add section to compile GetText files for source installations

This commit is contained in:
Ruben Davila 2017-06-01 15:34:05 -05:00
parent 1cd5c6d940
commit 4a9c07a8ca
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