Skip to content

Setup Valkyrie Prototype: Installing and Starting Postgresql Database

edejesusyale edited this page Sep 13, 2019 · 5 revisions

PostgreSQL Installation

This repository uses Postgresql 11.3

Install and run postgresql using homebrew:

  1. Type brew install postgresql into the terminal
  2. To start postgresql: brew services start postgresql
  3. To stop postgresql: brew services stop postgresql

Go back to the project directory with postgresql on

  1. rails db:create
  2. rails db:migrate