Skip to content

Install Updating DASHER on Windows

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

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


Remove previous installation:

Check that Docker is still running (look in the system tray). If it is not running, restart it.
docker_is_running

Open the Command Prompt:
windows_cmd_prompt1

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].

Download DASHER:

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

Clone this wiki locally