Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
code liturgy d841e3570c MapTo as nugget 2022-11-18 18:33:51 +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 MapTo as nugget 2022-11-18 18:33:51 +00:00
include Bump mapto 2022-11-18 18:31:40 +00:00
.gitignore Remove useless stuff 2022-10-28 15:45:57 +01:00
.gitmodules Refactor and add CodeLiturgy.RootUtils 2022-11-17 21:59:21 +00:00
CodeLiturgy.Dashboard.sln MapTo as nugget 2022-11-18 18:33:51 +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 Upgrade packages and target NET 7.0 2022-11-13 11:27:48 +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