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

Latest commit

 

History

History
40 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.04 KB

Running the Sheriff-Scheduling Frontend in Docker

This is the frontend Docker portion of the Sheriff-Scheduling appliaction, it is dependent on the API portion of the application. You will need to start and setup the API portion of the application first.

See the docker folder of the Sheriff-Scheduling API repository for details.

Build

Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage build

Start

Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage start

By default the frontend will startup in a mode where you will automatically be logged in as the TESTUSR. If you want to login using a different account run:

Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
./manage start SM_UNIVERSALID=WBARNES

Launch the app

http://localhost:8080/sheriff-scheduling/

Stop without deleting data

Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage stop

Cleanup / Reset

Wade@Epoch MINGW64 /c/jag-shuber-frontend/docker (master)
$ ./manage down