diff options
| author | mokha <mokha@cisco.com> | 2018-07-19 13:11:38 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-07-19 13:11:38 -0600 |
| commit | 2a89c4f86c48299c9a905d26fd4aadc1e3308419 (patch) | |
| tree | c8514fc1f17a8916e3743458faeff367749c0a7f /bin | |
| parent | 1673e235be8fa6a713631f773c1a5ada906567e5 (diff) | |
install without prod gems.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/setup | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,12 +16,11 @@ chdir APP_ROOT do puts '== Installing dependencies ==' system! 'gem install bundler --conservative' - system('bundle check') || system!('bundle install') + system('bundle check') || system!('bundle install --path/vendor/bundle --without production') # Install JavaScript dependencies if using Yarn # system('bin/yarn') - # puts "\n== Copying sample files ==" # unless File.exist?('config/database.yml') # cp 'config/database.yml.sample', 'config/database.yml' |
