Skip to content
Snippets Groups Projects
Commit faa57d78 authored by DJ Mountney's avatar DJ Mountney
Browse files

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.
parent 31ba9870
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment