OurBigBook
Setup the database:
web/bin/pg-setup ourbigbook2
OURBIGBOOK_DB_NAME=ourbigbook2 web/bin/pg web/bin/generate-demo-data.js
Run the server:
OURBIGBOOK_DB_NAME=ourbigbook2 npm run dev-pg
Or commonly to run on a different port so that two instances may be accessed separately:
PORT=3001 OURBIGBOOK_DB_NAME=ourbigbook2 npm run dev-pg
To restore a dump to the secondary database:
web/bin/pg_restore -d ourbigbook2 latest.dump

Ancestors

  1. OurBigBook Web PostgreSQL
  2. OurBigBook Web development
  3. OurBigBook Web
  4. OurBigBook Project