Switch to using gettext:compile instead of gettext:pack in the install

Docs

This skips the step that updates the .pot files with changes in the
codebase, which can take extra time, and isn't required during install.
This commit is contained in:
DJ Mountney 2017-11-20 11:20:51 -08:00
parent 31ba9870ce
commit faa57d785b

View file

@ -513,8 +513,7 @@ Check if GitLab and its environment are configured correctly:
### Compile GetText PO files
sudo -u git -H bundle exec rake gettext:pack RAILS_ENV=production
sudo -u git -H bundle exec rake gettext:po_to_json RAILS_ENV=production
sudo -u git -H bundle exec rake gettext:compile RAILS_ENV=production
### Compile Assets