From 9e548d1fd2034276e2255970e59030e9bb7cd51b Mon Sep 17 00:00:00 2001 From: medusa Date: Thu, 23 May 2024 16:23:57 +0000 Subject: [PATCH] Update tech_docs/mkdocs-setup.md --- tech_docs/mkdocs-setup.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tech_docs/mkdocs-setup.md b/tech_docs/mkdocs-setup.md index ee3aa2c..0bc8f49 100644 --- a/tech_docs/mkdocs-setup.md +++ b/tech_docs/mkdocs-setup.md @@ -20,7 +20,6 @@ sudo lsof -i :8050 # For Dash sudo kill -9 ``` - --- 1. **Ensure your directory structure is correct**: @@ -45,4 +44,11 @@ my-mkdocs-site/ - **Dash App**: Open `http://127.0.0.1:8050/` in your browser to see the Dash app with the dark theme. - **MkDocs Site**: Open `http://127.0.0.1:8000/` in your browser to see the MkDocs site with the embedded Dash app. -These steps should help you resolve the issues and get both the MkDocs and Dash applications running smoothly. Let me know if you need any further assistance! \ No newline at end of file +--- + +```bash +#!/bin/bash +# run_servers.sh +mkdocs serve -a 192.168.2.219:8000 & +python dash_app/app.py +``` \ No newline at end of file