Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 747 Bytes

application-portal

Code Climate Circle CI

The application portal for Tech Retreat 2016.

Ensure you have ruby (>= 2.2.2) and rails installed.

We're using Postgres for our DB. You'll need to download and run it from here.

Install stuff:

$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate

Start the server:

$ rails s

If you want a faster experience, use zeus