Skip to content
Snippets Groups Projects
Commit a9de805e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix bug in installation doc with non-install unicorn

parent 27e532b4
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -232,10 +232,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
sudo gem install charlock_holmes --version '0.6.9.4'
 
# For MySQL (note, the option says "without ... postgres")
sudo -u git -H bundle install --deployment --without development test postgres unicorn aws
sudo -u git -H bundle install --deployment --without development test postgres aws
 
# Or for PostgreSQL (note, the option says "without ... mysql")
sudo -u git -H bundle install --deployment --without development test mysql unicorn aws
sudo -u git -H bundle install --deployment --without development test mysql aws
 
 
## Initialize Database and Activate Advanced Features
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment