Commit 142edcf6 authored by Reza Sahebgharan's avatar Reza Sahebgharan

docs(update readme): update installation guide

Closes WAD-7340
parent df048108
Pipeline #601 passed with stages
in 2 minutes and 38 seconds
......@@ -23,9 +23,9 @@
## Installation Guide
- create a folder in the production server for example in the drive C(ex: c:/build)
- create a folder in the production server for example in the drive C(ex: D:/build)
- navigate to created folder in previous step and create a file called docker-compose.yml (ex: c:/build/docker-compose.yml)
- navigate to created folder in previous step and create a file called docker-compose.yml (ex: D:/build/docker-compose.yml)
- open docker-compose.yml with an editor and paste following statements in the created docker compose file
* please consider that "worklistUrl" is the ip of worklist services for fetching and editing worklists
......@@ -52,7 +52,7 @@ services:
mongo:
image: repo.marcopacs.com/karname/mongo-windows
volumes:
- C:\data\db:C:\data\db
- D:\data\db:C:\data\db
volumes:
data:
networks:
......@@ -61,13 +61,13 @@ networks:
name: nat
```
- navigate to Drive C and create a folder called "data"
- navigate to Drive D and create a folder called "data"
- navigate to C:/data and create a folder called "db"
- navigate to D:/data and create a folder called "db"
- open CMD
- CD to created folder in step 1 (ex: cd C:/build)
- CD to created folder in step 1 (ex: cd D:/build)
- login into repo.marcopacs.com with following command:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment