Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
Wvader 3b8d82049f Session wip 2022-09-17 20:13:35 +01:00
BlueWest Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Api Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Api.Gateway k 2022-09-10 05:28:41 +01:00
BlueWest.Console Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Data.Application Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Data.Capital Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Data.Geography Refactor, move data to respective project 2022-09-11 18:45:26 +01:00
BlueWest.Frontend@b67ba4a1a6 Session wip 2022-09-17 20:13:35 +01:00
BlueWest.Posts Session wip 2022-09-17 20:13:35 +01:00
include Bump repos 2022-09-11 18:47:43 +01:00
.gitignore Use option to select sqlite 2022-09-07 18:26:28 +01:00
.gitmodules Ok gitmodules 2022-09-05 23:39:46 +01:00
BlueWest.sln Session wip 2022-09-17 20:13:35 +01:00
BlueWest.sln.DotSettings Add Users code 2022-09-09 22:33:17 +01:00
README.md Users and Finance Ops work wip 2022-08-19 04:18:50 +01:00
docker-compose.yml Session wip 2022-09-17 20:13:35 +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