summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-08-08 13:08:10 -0500
committerRubén Dávila <ruben@gitlab.com>2017-08-08 13:08:10 -0500
commit26ff4e3984558441ca11191678a7524dd91b146a (patch)
tree565ef533d33d670e72775e266342162737b437a8 /doc/install
parentf3b21d5735d6ea7b1f795196bd96994f1c13b55a (diff)
downloadgitlab-ce-26ff4e3984558441ca11191678a7524dd91b146a.tar.gz
Update docs with i18n info for source installationsupdate-source-install-docs-with-i18n
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 8ded607bcab..1e715a82c08 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -505,15 +505,17 @@ Check if GitLab and its environment are configured correctly:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
+
+### 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
+
### Compile Assets
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