diff options
author | Bruno Michel <brmichel@free.fr> | 2011-11-24 12:51:32 +0100 |
---|---|---|
committer | Bruno Michel <brmichel@free.fr> | 2011-11-24 12:51:32 +0100 |
commit | 310f0131b21f4420320e6b235969bb1512d25842 (patch) | |
tree | 537131eb479365607203795bad5976d1f6398a22 /README.md | |
parent | b4c40c212c377ee04bb16065388c24b4bd3ec656 (diff) | |
download | gitlab-ce-310f0131b21f4420320e6b235969bb1512d25842.tar.gz |
Don't install development and test gems in production
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e6b85d65737..b01082230d8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers sudo gem install bundler -bundle +bundle install --without development test bundle exec rake db:setup RAILS_ENV=production |