Skip to content
Krizia Lynn Chiu edited this page Jan 10, 2020 · 2 revisions

Table of Contents

  1. Setting-Up

Setting-Up

System Requirements

Installation

Database

  1. Go to PGadmin (Postgres workspace) and create a database name plexus2.
  2. Restore the database using plexus2.sql.

Admin

  1. Pull the project from the repository and switch to develop branch.
  2. Run pip install -r requirements.txt in the console. This command should install all the necessary packages.
  3. Run python manage.py runserver. This command should run the serverin port 8000 by default.

Client

  1. Pull the project from the repository and switch to develop branch.
  2. Run npm install.
  3. Run start.bat which will set the Mapbox token that will be used for the system and the command to start the system that will be serve in port 8080 by default.

Notes

I am a quote line

you need to have extra spaces before and after a block for next line

I am a code line

Body

Lez go italic

This is boldy

**this is not boldy**

here

to

just

make

lines

long

enough

for

testing

Clone this wiki locally