-
Install and start
monogodb -
Copy config/application.yml.example to config/application.yml and config/mongoid.yml.example. Change their configuration according to your environment.
-
Configure paperclip options. It uses s3 storage as default and copy config/s3.yml.example to config/s3. If you use other storage, please modify config/initializers/paperclip_storage_options.rb accordingly.
-
Run
bundler, place exclude groups not for your environment, e.g.,$ bundle install --without linux_development # for Mac $ bundle install --without mac_development # for Linux -
Setup database
rake db:setup -
Test is setup using RSpec, Steak, Factory Girl.
-
Enjoy
guard
ryanlfoster/buildnotifier
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|