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:
authorRémy Coutable <remy@rymai.me>2017-08-09 13:23:11 +0300
committerRémy Coutable <remy@rymai.me>2017-08-09 13:23:11 +0300
commit8463d8b19ed7aae1a53e1ab07db2a7684ece4420 (patch)
tree36c290ee14d39269bdb984e74501a7d88eb86c05 /doc/install/installation.md
parent932a6e69b882334dd7e8fdf158ebbab4c620a2b5 (diff)
parent26ff4e3984558441ca11191678a7524dd91b146a (diff)
Merge branch 'update-source-install-docs-with-i18n' into 'master'
Update docs with i18n info for source installations Closes #35193 See merge request !13212
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 22aedb5403e..d7c2a6aa46f 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -507,15 +507,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