Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 232 Bytes

File metadata and controls

10 lines (7 loc) · 232 Bytes

RMS-backend

postgres setup

  1. brew install postgres
  2. /usr/local/opt/postgres/bin/createuser -s postgres
  3. pg_ctl -D /usr/local/var/postgres start
  4. psql -U postgres -h localhost
  5. postgres=> CREATE DATABASE rmsdb;