foreman start -f Procfile.dev -e Procfile.dev.env
foreman run -e Procfile.dev.env rake spec
foreman run -e Procfile.dev.env rake style
foreman run -e Procfile.dev.env rake security
foreman run -e Procfile.dev.env rake quality
Run yard
and open docs with open doc/index.html
Run foreman run -e Procfile.dev.env rake sitemap:refresh
and it ill be uploaded to the opotto-devbucket
on S3
Run unit tests with rspec
Once a PullRequest is merged into the master branch, Github will trigger a build on CircleCI.
CircleCI will do circle.yml
and eventually deploy to heroku.
./script/staging/deploy
./script/production/deploy
visit localhost:1080