Blog Jsonapi Base64
This is a Rails 4 application.
Get up and running
Dependencies
You'll need:
- Postgresql
- Ruby 2.2+
- bundler (
gem install bundler
) - Redis (
brew install redis
) - forsidekiq
- qt (
brew install qt
) - forcapybara-webkit
Bootstrap your dev env
bundle
rake db:create db:migrate db:seed
Run the tests
RAILS_ENV=test rake db:create db:migrate
rspec && cucumber
Run local environment
Assuming you use pow, your app should live at http://blog-jsonapi-base64.dev.
You should run sidekiq
to perform background jobs.
Deployment
Circle-CI deploys the master branch when it passes to https://blog-jsonapi-base64.herokuapp.com
Feel free to update the default heroku configuration in app.json
.