diff --git a/docs/local/mswinOSREADME.md b/docs/local/mswinOSREADME.md index a92a043d..52333dae 100644 --- a/docs/local/mswinOSREADME.md +++ b/docs/local/mswinOSREADME.md @@ -4,8 +4,8 @@ If you intend to run Docnow on Microsoft Windows ### Prerequisites -* At least 8GB memory![alt text](images/window_system_prefs.png "windows system preferences image") - * select system properties to get this![alt text](images/sys_properties.png "windows systems properties image") +* At least 8GB memory![alt text](../images/window_system_prefs.png "windows system preferences image") + * select system properties to get this![alt text](../images/sys_properties.png "windows systems properties image") * [Git for Windows](https://gitforwindows.org/) * Install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-windows) which will automatically install Docker Compose * (optional) reverse proxy web server ideally with TLS. Your reverse proxy server will listen on port 3000 for the docnow application @@ -15,8 +15,8 @@ If you intend to run Docnow on Microsoft Windows Before you do anything make sure your Docker Application is running. -* Create a new directory on your Desktop by Right Clicking and naming it `docnow_app` ![alt text](images/new_app_create.png "New Directory Creation Image") -* Right click in the new directory to say Git Bash here ![alt text](images/gitbash_here.png "git bash here image") +* Create a new directory on your Desktop by Right Clicking and naming it `docnow_app` ![alt text](../images/new_app_create.png "New Directory Creation Image") +* Right click in the new directory to say Git Bash here ![alt text](../images/gitbash_here.png "git bash here image") * From the Git Bash Terminal Client install Docnow from the repository, clone the repository locally: ```bash diff --git a/mkdocs.yml b/mkdocs.yml index 028c4125..fcac6c1c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,7 +17,12 @@ theme: nav: - Introduction: index.md - - Run Locally: local.md + - Run Locally: + - Overview: local/index.md + - Centos: local/centOSREADME.md + - macOS: local/macOSREADME.md + - Ubuntu: local/ubuntuREADME.md + - Microsoft Windows: local/mswinOSREADME.md - Run in the Cloud: - Overview: cloud/index.md - AWS: cloud/aws.md