From f67770f29a2630fde1e05965b9bd947762a4cb76 Mon Sep 17 00:00:00 2001 From: Kaitlyn Parkhurst Date: Mon, 31 Oct 2022 10:58:21 -0700 Subject: [PATCH] Updated readme. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 768a7cd..21b9cc4 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,24 @@ Everything should be setup now. 3. Delete a post +## Development Guide + +### MJB::Web Panel Development + +As root you will need to stop the MJB::Web app from running in production. + +```bash +systemctl stop mjb-web +``` + +As the manager user you can run the application in development mode. + +```bash +cd mjb/Web +morbo ./script/mjb --listen http://127.0.0.1:8080 +``` + +Now it will automatically reload when you make changes to the libraries and templates. Additionally, it will show stack traces during crashes and debug information in your terminal. ## Operations Guide