Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-08-08 21:08:10 +0300
committerRubén Dávila <ruben@gitlab.com>2017-08-08 21:08:10 +0300
commit26ff4e3984558441ca11191678a7524dd91b146a (patch)
tree565ef533d33d670e72775e266342162737b437a8 /doc/install/installation.md
parentf3b21d5735d6ea7b1f795196bd96994f1c13b55a (diff)
Update docs with i18n info for source installations
Diffstat (limited to 'doc/install/installation.md')
-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