RMS-backend postgres setup brew install postgres /usr/local/opt/postgres/bin/createuser -s postgres pg_ctl -D /usr/local/var/postgres start psql -U postgres -h localhost postgres=> CREATE DATABASE rmsdb;