Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
142edcf6
Commit
142edcf6
authored
Nov 18, 2019
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(update readme): update installation guide
Closes
WAD-7340
parent
df048108
Pipeline
#601
passed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
142edcf6
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
## Installation Guide
## 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
-
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
*
please consider that "worklistUrl" is the ip of worklist services for fetching and editing worklists
...
@@ -52,7 +52,7 @@ services:
...
@@ -52,7 +52,7 @@ services:
mongo:
mongo:
image: repo.marcopacs.com/karname/mongo-windows
image: repo.marcopacs.com/karname/mongo-windows
volumes:
volumes:
-
C
:\data\db:C:\data\db
-
D
:\data\db:C:\data\db
volumes:
volumes:
data:
data:
networks:
networks:
...
@@ -61,13 +61,13 @@ networks:
...
@@ -61,13 +61,13 @@ networks:
name: nat
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
-
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:
-
login into repo.marcopacs.com with following command:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment