Commit de3e1bb4 authored by Douwe Maan's avatar Douwe Maan

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

Add section to compile GetText files for source installations

See merge request !11865
parents 31b3417b 4a9c07a8
...@@ -505,6 +505,10 @@ Check if GitLab and its environment are configured correctly: ...@@ -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 yarn install --production --pure-lockfile
sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production 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 ### Start Your GitLab Instance
sudo service gitlab start sudo service gitlab start
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment