Skip to content

Commit 0648a5d

Browse files
committed
add file paths
1 parent c5073da commit 0648a5d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docs/local/mswinOSREADME.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ If you intend to run Docnow on Microsoft Windows
44

55
### Prerequisites
66

7-
* At least 8GB memory![alt text](images/window_system_prefs.png "windows system preferences image")
8-
* select system properties to get this![alt text](images/sys_properties.png "windows systems properties image")
7+
* At least 8GB memory![alt text](../images/window_system_prefs.png "windows system preferences image")
8+
* select system properties to get this![alt text](../images/sys_properties.png "windows systems properties image")
99
* [Git for Windows](https://gitforwindows.org/)
1010
* Install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-windows) which will automatically install Docker Compose
1111
* (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
1515

1616
Before you do anything make sure your Docker Application is running.
1717

18-
* 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")
19-
* Right click in the new directory to say Git Bash here ![alt text](images/gitbash_here.png "git bash here image")
18+
* 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")
19+
* Right click in the new directory to say Git Bash here ![alt text](../images/gitbash_here.png "git bash here image")
2020
* From the Git Bash Terminal Client install Docnow from the repository, clone the repository locally:
2121

2222
```bash

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ theme:
1717

1818
nav:
1919
- Introduction: index.md
20-
- Run Locally: local.md
20+
- Run Locally:
21+
- Overview: local/index.md
22+
- Centos: local/centOSREADME.md
23+
- macOS: local/macOSREADME.md
24+
- Ubuntu: local/ubuntuREADME.md
25+
- Microsoft Windows: local/mswinOSREADME.md
2126
- Run in the Cloud:
2227
- Overview: cloud/index.md
2328
- AWS: cloud/aws.md

0 commit comments

Comments
 (0)