diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-27 15:33:49 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-27 15:33:49 -0600 |
commit | a3047d1e544423fdd6258c6c13d63014d08bd930 (patch) | |
tree | d534d2ada4a13210e27a2a88cedf3b039722f241 /doc/install/relative_url.md | |
parent | 7e51cd32d3ed8bf6320b69b7976a8b10d168edba (diff) | |
download | gitlab-ce-a3047d1e544423fdd6258c6c13d63014d08bd930.tar.gz |
remove assets:compile step from relative_url docs
Diffstat (limited to 'doc/install/relative_url.md')
-rw-r--r-- | doc/install/relative_url.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/install/relative_url.md b/doc/install/relative_url.md index c7d2380fd0a..713d11b75e4 100644 --- a/doc/install/relative_url.md +++ b/doc/install/relative_url.md @@ -113,14 +113,6 @@ Make sure to follow all steps below: If you are using a custom init script, make sure to edit the above gitlab-workhorse setting as needed. -1. After all the above changes recompile the assets. This is an important task - and will take some time to complete depending on the server resources: - - ``` - cd /home/git/gitlab - 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. ### Disable relative URL in GitLab |