summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Michel <brmichel@free.fr>2011-11-24 12:51:32 +0100
committerBruno Michel <brmichel@free.fr>2011-11-24 12:51:32 +0100
commit310f0131b21f4420320e6b235969bb1512d25842 (patch)
tree537131eb479365607203795bad5976d1f6398a22
parentb4c40c212c377ee04bb16065388c24b4bd3ec656 (diff)
downloadgitlab-ce-310f0131b21f4420320e6b235969bb1512d25842.tar.gz
Don't install development and test gems in production
-rw-r--r--README.md2
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