Install Updating DASHER on Linux - KCL-BMEIS/DASHER GitHub Wiki
Home | Installation Guide | User Guide | Admin Guide | User Tests
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]
Clone the repository into the [install folder], e.g.:
git clone https://gitlab.com/KCL-BMEIS/Data-Analytics/data_uploader.git /DASHER
Next