$ git clone git://github.com/softeamco/softeam_rails.git myapp
$ cd ./myapp
$ rails g mongoid:config
- Configure your config/mongoid.yml
$ bundle install
$ brew install ssh-copy-id
$ ssh-copy-id username@hostname
- configure config/deploy/staging.rb
$ cap deploy:setup
Licenced under MIT.
Cheers, Softeam.