Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
/ pcoip-pool-manager Public archive

Group project for Software Enginnering classes

Notifications You must be signed in to change notification settings

srsly4/pcoip-pool-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcoip-pool-manager

Build Status

Development instance

To run the auto-updating backend script copy the env file into the project's root directory:

cp docker/dev.env .env

Then run docker compose

docker-compose up

This will build the image. If you want to build again (eg. when requirements.txt has changed) just type:

docker-compose up --build

React application can be started with:

cd web
yarn start