From 4a9c07a8ca001061132c9d45fa4c0da6901e96c8 Mon Sep 17 00:00:00 2001 From: Ruben Davila Date: Thu, 1 Jun 2017 15:34:05 -0500 Subject: [PATCH] Add section to compile GetText files for source installations --- doc/install/installation.md | 4 ++++ 1 file changed, 4 insertions(+) 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