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:
authorDJ Mountney <david@twkie.net>2017-11-20 22:20:51 +0300
committerDJ Mountney <david@twkie.net>2017-11-20 22:38:24 +0300
commitfaa57d785bb3807be9f0974390bd999bac4dcc6b (patch)
treee99f2ab212eed4555fc53c2154a3383d04d7d7ee /doc/install/installation.md
parent31ba9870ceaa0ec098cae2d0332f4cf5b10e374f (diff)
Switch to using gettext:compile instead of gettext:pack in the install
Docs This skips the step that updates the .pot files with changes in the codebase, which can take extra time, and isn't required during install.
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 4efe911b778..88000f4c7a9 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -513,8 +513,7 @@ Check if GitLab and its environment are configured correctly:
### 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
+ sudo -u git -H bundle exec rake gettext:compile RAILS_ENV=production
### Compile Assets