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

3
.gitignore vendored
View File

@ -20,4 +20,5 @@ yarn-error.log
.DS_Store
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**
## Local Dcm4che
## Local Dcm4chee
#### build
`$ docker-compose -f docker-compose-dcm4che.yml build`
`$ docker-compose -f docker-compose-dcm4chee.yml build`
#### 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]
**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
`$ 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**

View File

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