fixing typo

This commit is contained in:
biharck 2019-04-25 14:47:26 -03:00
parent 09e0601a4f
commit 4821705d68
3 changed files with 17 additions and 16 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ yarn-error.log
example/deps/ example/deps/
sampledata/ sampledata/
docker/dcm4che/dcm4che-arc

View File

@ -24,19 +24,19 @@ then, access the application at (http://localhost)[http://localhost]
**remember that you have to access orthanc application and include your studies there** **remember that you have to access orthanc application and include your studies there**
## Local Dcm4che ## Local Dcm4chee
#### build #### build
`$ docker-compose -f docker-compose-dcm4che.yml build` `$ docker-compose -f docker-compose-dcm4chee.yml build`
#### run #### run
`$ docker-compose -f docker-compose-orthanc.yml up -d` `$ docker-compose -f docker-compose-dcm4chee.yml up -d`
then, access the application at (http://localhost)[http://localhost] then, access the application at (http://localhost)[http://localhost]
**remember that you have to access dcm4che application and include your studies there** **remember that you have to access dcm4chee application and include your studies there**
You can use the following command to import your studies into dcm4che You can use the following command to import your studies into dcm4che
`$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4chee_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp` `$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4che_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp`
**make sure that your Docker network name is docker_dcm4chee_default or change it to the right one** **make sure that your Docker network name is docker_dcm4chee_default or change it to the right one**

View File

@ -14,10 +14,10 @@ services:
volumes: volumes:
- ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/localtime:/etc/localtime:ro
- ./dcm4che/etc/timezone:/etc/timezone:ro - ./dcm4che/etc/timezone:/etc/timezone:ro
- ./dcm4che/dcm4chee-arc/ldap:/var/lib/ldap - ./dcm4che/dcm4che-arc/ldap:/var/lib/ldap
- ./dcm4che/dcm4chee-arc/slapd.d:/etc/ldap/slapd.d - ./dcm4che/dcm4che-arc/slapd.d:/etc/ldap/slapd.d
networks: networks:
- dcm4chee_default - dcm4che_default
db: db:
image: dcm4che/postgres-dcm4chee:11.1-15 image: dcm4che/postgres-dcm4chee:11.1-15
logging: logging:
@ -30,9 +30,9 @@ services:
volumes: volumes:
- ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/localtime:/etc/localtime:ro
- ./dcm4che/etc/timezone:/etc/timezone:ro - ./dcm4che/etc/timezone:/etc/timezone:ro
- ./dcm4che/dcm4chee-arc/db:/var/lib/postgresql/data - ./dcm4che/dcm4che-arc/db:/var/lib/postgresql/data
networks: networks:
- dcm4chee_default - dcm4che_default
arc: arc:
image: dcm4che/dcm4chee-arc-psql:5.15.0 image: dcm4che/dcm4chee-arc-psql:5.15.0
logging: logging:
@ -55,10 +55,10 @@ services:
volumes: volumes:
- ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/localtime:/etc/localtime:ro
- ./dcm4che/etc/timezone:/etc/timezone:ro - ./dcm4che/etc/timezone:/etc/timezone:ro
- ./dcm4che/dcm4chee-arc/wildfly:/opt/wildfly/standalone - ./dcm4che/dcm4che-arc/wildfly:/opt/wildfly/standalone
- ./dcm4che/dcm4chee-arc/storage:/storage - ./dcm4che/dcm4che-arc/storage:/storage
networks: networks:
- dcm4chee_default - dcm4che_default
viewer: viewer:
container_name: ohif-viewer container_name: ohif-viewer
build: build:
@ -72,7 +72,7 @@ services:
- NODE_ENV=production - NODE_ENV=production
restart: always restart: always
networks: networks:
- dcm4chee_default - dcm4che_default
networks: networks:
dcm4chee_default: dcm4che_default: