Sha256: ab5faf56fca8f89528dd6fbc057b5c346d0e6964d85e0fb581bb16df841ec6f0

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

# Rails app


## Getting Started

After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:

    % ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].

[this script]: https://github.com/thoughtbot/laptop

After setting up, you can run the application using [foreman]:

    % foreman start

If you don't have `foreman`, see [Foreman's install instructions][foreman]. It
is [purposefully excluded from the project's `Gemfile`][exclude].

[foreman]: https://github.com/ddollar/foreman
[exclude]: https://github.com/ddollar/foreman/pull/437#issuecomment-41110407


## Deploying to Heroku

This project is ready to deploy to [Heroku](https://heroku.com), still before that
please install plugins for mongodb, email & make sure these variables are set
in your app ENV:

    MONGODB_URI
    ASSET_HOST
    AWS_ACCESS_KEY_ID
    AWS_SECRET_ACCESS_KEY
    FOG_DIRECTORY
    HOST
    SMTP_ADDRESS
    SMTP_DOMAIN
    SMTP_PASSWORD
    SMTP_USERNAME


Good luck, have fun, program well and program in style!

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chr-0.5.8 test/rails_app/README.md
chr-0.5.7 test/rails_app/README.md
chr-0.5.6 test/rails_app/README.md
chr-0.5.5 test/rails_app/README.md
chr-0.5.4 test/rails_app/README.md
chr-0.5.3 test/rails_app/README.md