diff options
author | dosire <sytses@gmail.com> | 2014-04-09 07:58:57 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-04-09 07:58:57 +0200 |
commit | 12c49dd989b8a46a5412e04e46cb53c0f519d254 (patch) | |
tree | 61a270ec77a343253502fed3a96e0c25e7308d2f /doc/install | |
parent | 797813b98f8c1b412bde18aff6f666af1c2bc819 (diff) | |
download | gitlab-ce-12c49dd989b8a46a5412e04e46cb53c0f519d254.tar.gz |
People forget to compile their assets, start after doing that.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index a9b51a2bc9a..43061ee8d27 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -302,18 +302,16 @@ Check if GitLab and its environment are configured correctly: sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production +## Compile assets + + sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production + ## Start Your GitLab Instance sudo service gitlab start # or sudo /etc/init.d/gitlab restart - -## Compile assets - - sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production - - # 7. Nginx **Note:** |