From e7adf31c4b835a8cbedc33c737c2bf64e2b03d7d Mon Sep 17 00:00:00 2001 From: Tap Date: Mon, 21 Jul 2014 07:44:19 +0700 Subject: [PATCH] Update README on deployment --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 56c385fe..2c8a3b39 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,17 @@ To remove spring: * 'Unspring' your bin/ executables: `bin/spring binstub --remove --all` * Remove spring from your Gemfile +### Deployment + +You must not install Spring on production environment to prevent it +from running there by providing `--without development test` argument to +the `bundle install` command which is used to install gems on your production +machines: + +``` +$ bundle install --without development test +``` + ## Commands ### `rake`