Commit 5a664b3ca4cb1114bf5607332f325f5a6f77add2
1 parent
817b9d1b
Exists in
master
and in
4 other branches
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 | ... | ... |