From 5d34a85d05856fe04ac6fd359345ee3d6b6b9c70 Mon Sep 17 00:00:00 2001 From: biharck Date: Fri, 26 Apr 2019 22:30:50 -0300 Subject: [PATCH] adding Troubleshooting details when docker needs to increase memory size --- docker/README.md | 6 +++--- docs/latest/essentials/getting-started.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docker/README.md b/docker/README.md index dbeabffae..438fd9dd0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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 diff --git a/docs/latest/essentials/getting-started.md b/docs/latest/essentials/getting-started.md index f43871cea..5ee74492f 100644 --- a/docs/latest/essentials/getting-started.md +++ b/docs/latest/essentials/getting-started.md @@ -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.