diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-27 14:36:52 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-27 15:23:09 -0600 |
commit | 7e51cd32d3ed8bf6320b69b7976a8b10d168edba (patch) | |
tree | 148839f234a0853d837f07df13ec34f4349fa71c /doc/install | |
parent | 336d780d95ae30819262782e8ce079b58082a3e9 (diff) | |
download | gitlab-ce-7e51cd32d3ed8bf6320b69b7976a8b10d168edba.tar.gz |
update scripts and docs to reference the newly namespaced rake taskrelative-url-assets
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/install/relative_url.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 3e7674e13ab..425c5d93efb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -448,7 +448,7 @@ Check if GitLab and its environment are configured correctly: ### Compile Assets - sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:assets:compile RAILS_ENV=production ### Start Your GitLab Instance diff --git a/doc/install/relative_url.md b/doc/install/relative_url.md index 44d2a14f366..c7d2380fd0a 100644 --- a/doc/install/relative_url.md +++ b/doc/install/relative_url.md @@ -118,7 +118,7 @@ Make sure to follow all steps below: ``` cd /home/git/gitlab - sudo -u git -H bundle exec rake assets:clean assets:precompile RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production ``` 1. [Restart GitLab][] for the changes to take effect. |