Sha256: 6e31d404608f4467f51b692f11497db99a5d07a1557da4f9cc6b862c56e8fba1

Contents?: true

Size: 1.14 KB

Versions: 23

Compression:

Stored size: 1.14 KB

Contents

# <%= app_name.humanize %>


## 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

23 entries across 23 versions & 1 rubygems

Version Path
chr-0.5.7 templates/README.md.erb
chr-0.5.6 templates/README.md.erb
chr-0.5.5 templates/README.md.erb
chr-0.5.4 templates/README.md.erb
chr-0.5.3 templates/README.md.erb
chr-0.5.1 templates/README.md.erb
chr-0.5.0 templates/README.md.erb
chr-0.4.25 templates/README.md.erb
chr-0.4.24 templates/README.md.erb
chr-0.4.23 templates/README.md.erb
chr-0.4.22 templates/README.md.erb
chr-0.4.21 templates/README.md.erb
chr-0.4.20 templates/README.md.erb
chr-0.4.19 templates/README.md.erb
chr-0.4.18 templates/README.md.erb
chr-0.4.17 templates/README.md.erb
chr-0.4.15 templates/README.md.erb
chr-0.4.14 templates/README.md.erb
chr-0.4.13 templates/README.md.erb
chr-0.4.12 templates/README.md.erb