-
Notifications
You must be signed in to change notification settings - Fork 1
Setup Valkyrie Prototype: Installing and Starting Postgresql Database
edejesusyale edited this page Sep 13, 2019
·
5 revisions
This repository uses Postgresql 11.3
- Type
brew install postgresql
into the terminal - To start postgresql:
brew services start postgresql
- To stop postgresql:
brew services stop postgresql
rails db:create
rails db:migrate