add yarn command to install from source instructions

This commit is contained in:
Mike Greiling 2017-02-16 00:17:51 -06:00
parent cc9859fccd
commit 9b885e92f3
1 changed files with 1 additions and 0 deletions

View File

@ -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