Skip to content

Install Updating DASHER on Linux

Marc Modat edited this page Nov 20, 2020 · 1 revision

Home | Installation Guide | User Guide | Admin Guide | User Tests


Remove previous installation:

Run the clean_docker script found in the [install folder]/DASHER/Linux folder, e.g.:

sudo /DICOM_Uploader/DASHER/Linux/clean_docker.sh

And:

sudo docker swarm leave

Then delete the entire contents of the [install folder]. e.g.:

sudo rm -rf /DASHER/*

Also delete the storage_path and import_data_folder if they were not inside the [install folder].

sudo rm -rf [storage_path]
sudo rm -rf [import_data_folder]

Download DASHER:

Clone the repository into the [install folder], e.g.:

git clone https://gitlab.com/KCL-BMEIS/Data-Analytics/data_uploader.git /DASHER

Next

Clone this wiki locally