From 0ec9760b17c4c9d901594a22fbf0e930452481e5 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Wed, 28 Apr 2021 22:49:49 -0400 Subject: [PATCH] Adding to docker --- docs/docs/contributing_using_docker.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/contributing_using_docker.md b/docs/docs/contributing_using_docker.md index b2fc3df6..ef88bb2c 100644 --- a/docs/docs/contributing_using_docker.md +++ b/docs/docs/contributing_using_docker.md @@ -46,3 +46,14 @@ Customize to your tastes (it doesn't need to be internet configured, just add re 127.0.0.1 mesh.example.com ``` +## View mkdocks live edits in browser + +Change stuff in `/docs/docs/` + +mkdocs is Exposed on Port: 8005 + +Open: [http://rmm.example.com:8005/](http://rmm.example.com:8005/) + +## View django administration + +Open: [http://rmm.example.com:8000/admin/](http://rmm.example.com:8000/admin/) \ No newline at end of file