1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Install development dependencies (used by CLI)

This commit is contained in:
Jimmy Monin 2018-04-07 12:00:57 +02:00
parent 9f6370ce84
commit 72227efbc9

View file

@ -175,7 +175,7 @@ gem install bundler
# Install without documentation # Install without documentation
exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc" exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc"
# Install dependencies # Install dependencies
exec_as $app bundle install --path vendor/bundle --without development test postgresql) exec_as $app bundle install --path vendor/bundle --with development)
#================================================= #=================================================
# SETUP SIDEKIQ # SETUP SIDEKIQ