From 9b885e92f31a8756a4e0e221dddb9625d0e76bce Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 16 Feb 2017 00:17:51 -0600 Subject: [PATCH] add yarn command to install from source instructions --- doc/install/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index 7b33031f9c0..ae6c2626002 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -468,6 +468,7 @@ Check if GitLab and its environment are configured correctly: ### Compile Assets + sudo -u git -H yarn install --force --pure-lockfile sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production ### Start Your GitLab Instance -- GitLab