README.md in capistrano-rails-server-1.1 vs README.md in capistrano-rails-server-1.2.0
- old
+ new
@@ -13,11 +13,11 @@
$ bundle install
## Using ##
### Prepare your app ###
-Run `$ cap init` in your app folder (details [here](http://guides.beanstalkapp.com/deployments/deploy-with-capistrano.html)).
+Run `$ cap init` in your app folder (details [here](http://www.capistranorb.com/documentation/getting-started/preparing-your-application/)).
Than include recipes from this gem to your `deploy.conf`:
example `deploy.conf` file:
@@ -159,9 +159,11 @@
`postgresql_encoding` - useful only if postgresql_rebuild is true
`postgresql_locale` - useful only if postgresql_rebuild is true
`unicorn_user`
+
+`unicorn_env` - production or development
`unicorn_pid`
`unicorn_config`