Dashboard for managing sites, this includes various tools for setting up environments for a variety of websites.
Go to file
code liturgy 9e723df36c Import envs page component 2022-11-19 01:44:37 +00:00
.run No docker mode 2022-09-18 02:17:37 +01:00
CodeLiturgy Bump mapto 2022-11-18 19:53:27 +00:00
CodeLiturgy.Dashboard.Frontend@dc7a0588a7 Import envs page component 2022-11-19 01:44:37 +00:00
CodeLiturgy.Views Import envs page component 2022-11-19 01:44:37 +00:00
include Bump deps 2022-11-18 20:10:12 +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 deps 2022-11-18 20:08:55 +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 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 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