Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 511 Bytes

Getting Started

  • $ git clone git://github.com/softeamco/softeam_rails.git myapp
  • $ cd ./myapp
  • $ rails g mongoid:config
  • Configure your config/mongoid.yml
  • $ bundle install

Deploy to staging

Setup SSH Access

  • $ brew install ssh-copy-id
  • $ ssh-copy-id username@hostname

First Server Setup

  • configure config/deploy/staging.rb
  • $ cap deploy:setup

License

Licenced under MIT.

Cheers, Softeam.