Skip to content

Commit

Permalink
add file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Feb 22, 2022
1 parent c5073da commit 0648a5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/local/mswinOSREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0648a5d

Please sign in to comment.