Commit a9de805eb177828a4613442d13e32c8b73bfaa3c
1 parent
27e532b4
Fix bug in installation doc with non-install unicorn
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
| ... | ... | @@ -232,10 +232,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. |
| 232 | 232 | sudo gem install charlock_holmes --version '0.6.9.4' |
| 233 | 233 | |
| 234 | 234 | # For MySQL (note, the option says "without ... postgres") |
| 235 | - sudo -u git -H bundle install --deployment --without development test postgres unicorn aws | |
| 235 | + sudo -u git -H bundle install --deployment --without development test postgres aws | |
| 236 | 236 | |
| 237 | 237 | # Or for PostgreSQL (note, the option says "without ... mysql") |
| 238 | - sudo -u git -H bundle install --deployment --without development test mysql unicorn aws | |
| 238 | + sudo -u git -H bundle install --deployment --without development test mysql aws | |
| 239 | 239 | |
| 240 | 240 | |
| 241 | 241 | ## Initialize Database and Activate Advanced Features | ... | ... |