Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
Rui Sousa 869a68ee91 Remove dependencies of BlueWest.Ef.Methods 2023-11-04 15:35:19 +00:00
.run Refactor 2022-11-25 22:36:15 +00:00
.vscode Use migrations 2022-11-30 15:52:55 +00:00
CodeLiturgy Bump mapto 2022-11-18 19:53:27 +00:00
CodeLiturgy.Dashboard.Frontend@4d866501a7 bump frontend commit 2022-11-30 15:53:25 +00:00
CodeLiturgy.Views Remove dependencies of BlueWest.Ef.Methods 2023-11-04 15:35:19 +00:00
include Bump more methods 2022-12-09 00:27:00 +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 Bump Sharp.Augeas 2022-12-04 23:07:41 +00:00
CodeLiturgy.Dashboard.sln.DotSettings Refactor 2 2022-10-30 16:50:11 +00:00
README.md Refactor 2022-11-25 22:36:15 +00:00
docker-compose.db.only.yml Remove Redis dependency 2022-10-30 16:52:18 +00:00
docker-compose.yml Refactor 2022-11-25 22:36:15 +00:00
global.json Bump mapto 2022-11-18 19:53:27 +00:00

README.md

CodeLiturgy Dashboard

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

Using docker

To build the CodeLiturgy.Views image use:

docker build -f CodeLiturgy.Views/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