Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 458 Bytes

Open Play

The Open Play MVP

Install

Ensure you have PostgreSQL installed and running, and install foreman with gem install foreman in order to run Procfile.dev. ENV variables will be defined in .rbenv-vars so grab that from somebody or create your own based on .rbenv-vars.example.

bundle
rake db:migrate
rspec
./bin/local_server

Deployment is automatic via CircleCI when pushing to development (staging) and master (production).