Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
CodeLiturgy 77a5c56e84 Users and Finance Ops work wip 2022-08-19 04:22:55 +01:00
BlueWest Add disabled artifacts 2022-08-13 18:15:43 +01:00
BlueWest.Api Users and Finance Ops work wip 2022-08-19 04:22:55 +01:00
BlueWest.Data Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
BlueWest.Frontend c 2021-12-26 17:42:16 +00:00
include Fix VC 2022-08-18 16:53:38 +01:00
.gitignore Init 2021-12-05 23:49:27 +00:00
.gitmodules Change data to conform with SG 2022-08-17 21:21:00 +01:00
BlueWest.sln Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
README.md Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
docker-compose.yml Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00

README.md

BlueWest Project

Using docker

To build the BlueWest.Api image use:

docker build -f BlueWest.Api/Dockerfile . -t myappdebug

Copy the generated hash, and run:

docker run -p 8080:80 image-hash

Using Docker Compose

Run the following command to instance a MySQL database and the API:

docker-compose up --build -d