Skip to content

Mobile App and Web App Release Distribution Management

Notifications You must be signed in to change notification settings

ryanlfoster/buildnotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Notifier

Development & Deployment

  1. Install and start monogodb

  2. Copy config/application.yml.example to config/application.yml and config/mongoid.yml.example. Change their configuration according to your environment.

  3. 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.

  4. 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
    
  5. Setup database rake db:setup

  6. Test is setup using RSpec, Steak, Factory Girl.

  7. Enjoy guard

About

Mobile App and Web App Release Distribution Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published