Install Updating DASHER on Windows - KCL-BMEIS/DASHER GitHub Wiki
Home | Installation Guide | User Guide | Admin Guide | User Tests
Check that Docker is still running (look in the system tray). If it is not running, restart it.
Open the Command Prompt:
Navigate to the [install folder]\DASHER\Windows folder, e.g. using cd:
cd c:\DASHER\DASHER\Windows
run the clean_docker.bat script:
clean_docker.bat
and
docker swarm leave
Then delete the entire contents of the [install folder].
Also delete the storage_path and import_data_folder if they were not inside the [install folder].
If using Git:
Navigate to the [install folder] folder (if not already there)
cd c:\DASHER\
then clone the repository
git clone --branch test_release_v4 https://gitlab.com/KCL-BMEIS/Data-Analytics/data_uploader.git
Next