Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 581 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 581 Bytes

Building

Install Visual Studio code and load this project.

On VSCode command prompt run following:

  • Run Task > Build Project

Initializing Database

You will need following databases created on your local PostgreSQL:

  • contrace
  • contrace_warehouse
  • contrace_cache

On VSCode command prompt run following sequence:

  • Run Task > Generate Migrations
  • Run Task > Update Database
  • Run Task > MorpCC: Create Default Admin User (admin:admin)

Starting Up

  • Run Task > Start Application

Login as admin, with password admin