- Ruby 2.2.1
- Rails 4.2.3
- PostgreSQL 9.3.1
Should take care of project gem dependencies:
bundleCreate user and grant privileges:
CREATE USER cupboard;
ALTER ROLE cupboard CREATEDB;Create DB:
rake db:createApply Migrations:
rake db:migrateTODO
None yet.
ALTER ROLE cupboard WITH PASSWORD '<prod_env_password>';TODO