Updated readme.

master
Kaitlyn Parkhurst 3 years ago
parent 6eeb4f8d27
commit f67770f29a
  1. 18
      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

Loading…
Cancel
Save