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:
commit
de3e1bb4ec
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue