Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

File metadata and controls

17 lines (13 loc) · 595 Bytes

Database

This directory has scripts to setup database locally.

Environment Setup

Required Install PostgreSQL (Recommended v12)

Optional pgAdmin4 or other database management software

Setup psql

Do either of the following:

  • Use pgAdmin4
  • Read the docs
  • Google

Setup database

Run the init_db.sh in the init_db.sh directory.

The script will set the default password to 'xxxx' for the cnc cnc_admin user