Skip to content

gustavobn/cupboard-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cupboard Web App

Versions

  • Ruby 2.2.1
  • Rails 4.2.3
  • PostgreSQL 9.3.1

Configuration

Should take care of project gem dependencies:

bundle

Database Configuration

PostgreSQL Specific

Create user and grant privileges:

CREATE USER cupboard;
ALTER ROLE cupboard CREATEDB;

Database Init

Create DB:

rake db:create

Apply Migrations:

rake db:migrate

Testing Suite

RSpec

TODO

Services (job queues, cache servers, search engines, etc.)

None yet.

Deployment Instructions

Database Init (Should be run only once for fresh install):

PostgreSQL

ALTER ROLE cupboard WITH PASSWORD '<prod_env_password>';

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 79.2%
  • HTML 16.3%
  • CSS 2.3%
  • JavaScript 2.2%