summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-15 17:47:25 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-15 23:46:29 -0600
commit2b008c6ae557a47591bca2bea0efaa86ed969b81 (patch)
treeaeb487b65a2d5168d2a28c9d2a8ff4094a57a9c0
parent108e36e230b17e84bb69481f7ccf90ba1f36e615 (diff)
downloadgitlab-ce-2b008c6ae557a47591bca2bea0efaa86ed969b81.tar.gz
update rake command for assets compilation
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 54ccd9b478a..7b33031f9c0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -468,7 +468,7 @@ Check if GitLab and its environment are configured correctly:
### Compile Assets
- sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production
+ sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
### Start Your GitLab Instance