Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

raduq-graveyard/rdctApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby version

  • 2.2

System dependencies

  • ruby
  • rails
  • bundler
  • postgres

Configuration

  • Import the project
  • Install postgres locally in your machine
  • rake db:create (or create databases rdct/dev, rdct/test, rdct/pro)
  • rake db:migrate
  • rails server
  • Enjoy ;)

About the database

I've configured the database.yml to the following configurations:

  • user: postgres
  • password: admin

If your postgres have's another configuration you'll need to change this file.