mobomo/buildnotifier

Name: buildnotifier

Owner: mobomo

Description: Mobile App and Web App Release Distribution Management

Created: 2013-07-16 16:13:53.0

Updated: 2017-06-14 20:30:01.0

Pushed: 2013-12-04 22:06:32.0

Homepage:

Size: 871

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.