adding Troubleshooting details when docker needs to increase memory size

This commit is contained in:
biharck 2019-04-26 22:30:50 -03:00
parent b0d06baf29
commit 5d34a85d05
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,7 @@ This folder contains docker-compose files used to spin up OHIF-Viewer with diffe
#### run
`$ docker-compose -f docker-compose-publicserver.yml up -d`
then, access the application at (http://localhost)[http://localhost]
then, access the application at [http://localhost](http://localhost)
## Local Orthanc
#### build
@ -20,7 +20,7 @@ then, access the application at (http://localhost)[http://localhost]
#### run
`$ docker-compose -f docker-compose-orthanc.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 orthanc application and include your studies there**
@ -32,7 +32,7 @@ then, access the application at (http://localhost)[http://localhost]
#### run
`$ 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 dcm4chee application and include your studies there**
You can use the following command to import your studies into dcm4che

View File

@ -117,7 +117,7 @@ Once you have Orthanc running with docker either with temporary data storage or
2. Go under [http://localhost:8042/app/explorer.html#upload](http://localhost:8042/app/explorer.html#upload) and upload your DICOM files there
3. After you load the data, open a new terminal tab in the `ohif-viewer` directory and install all dependency packages via NPM
3. After you load the data, open a new terminal tab in the `ohif-viewer` directory and install all dependency packages via Yarn
````bash
yarn install
@ -144,4 +144,5 @@ Once you have Orthanc running with docker either with temporary data storage or
#### Troubleshooting
* If you receive a *"No Studies Found"* message and do not see your studies, try changing the Study Date filters to a wider range.
* If you see a 'Loading' message which never resolves, check your browser JavaScript console inside the Developer Tools to identify any errors.
* If you see any errors in your server console, check the [Troubleshooting](../troubleshooting.md) page for more in depth advice.
* If you receive `exit code 137`, increase the amount of memory available to your docker instances.
* If you see any errors in your server console, check the [Troubleshooting](./troubleshooting.md) page for more in depth advice.