Skip to content

Commit

Permalink
Update README on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
visibletrap committed Jul 21, 2014
1 parent 8df7200 commit e7adf31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e7adf31

Please sign in to comment.