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
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-06-02 17:40:26 +0300
committerDouwe Maan <douwe@gitlab.com>2017-06-02 17:40:26 +0300
commitde3e1bb4ecccaf6d5dfa26140cbfc567dd998979 (patch)
tree73d50049cc845fbc3560015775a9769afb6488d2 /doc
parent31b3417b7981150726a9329c9dd5ce5a4542157d (diff)
parent4a9c07a8ca001061132c9d45fa4c0da6901e96c8 (diff)
Merge branch 'update-installation-docs-with-i18n' into 'master'
Add section to compile GetText files for source installations See merge request !11865
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index af21d99d024..c911b297f8d 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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 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