Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Postgres Set Up

Alex Grant edited this page May 23, 2017 · 3 revisions

I'll add more instruction if needed. Here are the psql commands for setting up the server:

CREATE ROLE paneity_usr WITH LOGIN PASSWORD 'password' CREATEDB;
CREATE DATABASE paneity_dev WITH OWNER paneity_usr;

That's it!

Clone this wiki locally