Skip to content

Development :: Local

Matthew Sullivan edited this page Nov 27, 2020 · 4 revisions

Database

Install Postgres

https://postgresapp.com/

Create database

$ createdb rjpa_test

Setup

Install dependencies and build database

$ bundle install && rails db:migrate

Serve

$ rails s

Clone this wiki locally