Project description.
- PostgreSQL 9.3.1
brew install postgres
- Ruby 2.1.0
rbenv install 2.1.0
- Rails 4
Clone this repo:
git clone git@github.com:account/repo.git
cd repo
Run setup script
bin/setup
01_config.rb
- shortcut for getting application config withapp_config
mailer.rb
- setup default hosts for mailer from configurationrequires.rb
- automatically requires everything in lib/ & lib/extensionsshrine.rb
- Shrine config
bin/setup
- setup required gems and migrate db if neededbin/quality
- run brakeman and rails_best_practices for the appbin/ci
- should be used in the CI to run specs
Api documentation is available at /docs
url.
http://cetragram.herokuapp.com/
You have to setup UPLOADCARE_PUBLIC_KEY
and UPLOADCARE_SECRET_KEY
on staging or production to use https://uploadcare.com/ for file uploading.
Check out our guides.