Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
code liturgy 67ed2c5583 Building 2022-11-18 18:58:39 +00:00
.run No docker mode 2022-09-18 02:17:37 +01:00
CodeLiturgy Add Sharp.Augeas dependency 2022-11-13 16:59:38 +00:00
CodeLiturgy.Dashboard.Frontend@d8e4df2c5d Api controller using cookie auth 2022-11-16 21:17:44 +00:00
CodeLiturgy.Views Building 2022-11-18 18:58:39 +00:00
include Update modules 2022-11-18 18:35:35 +00:00
.gitignore Remove useless stuff 2022-10-28 15:45:57 +01:00
.gitmodules Update modules 2022-11-18 18:35:35 +00:00
CodeLiturgy.Dashboard.sln Building 2022-11-18 18:58:39 +00:00
CodeLiturgy.Dashboard.sln.DotSettings Refactor 2 2022-10-30 16:50:11 +00:00
README.md Remove Redis dependency 2022-10-30 16:52:18 +00:00
docker-compose.db.only.yml Remove Redis dependency 2022-10-30 16:52:18 +00:00
docker-compose.yml Add views project 2022-09-19 03:50:15 +01:00
global.json Building 2022-11-18 18:58:39 +00:00

README.md

CodeLiturgy Dashboard

Dashboard for managing sites, this includes setting up an environments.

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