Skip to content

jackchang/vq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Rails 4.2.5 Ruby 2.2.1

  • System dependencies: Postgres

  • Configuration – bundle install

  • copy config/database.yml.example to config/database.yml

  • Database creation – rake db:create

  • Database initialization – rake db:mgrate, rake db:seed

  • Development: set up pow