Skip to content

Install Building DASHER on Windows

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

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


Open the Command Prompt:

windows_cmd_prompt1*

cd to the [install folder]\DASHER\Windows directory, e.g.:

           cd c:\[install folder]\DASHER\Windows

Run build script:

           build.bat

The build process can take a considerable amount of time, depending on the internet speed etc. A series of tests will follow, which will also take a considerable time. The total process can take an hour or more. Please be patient and allow the build and tests to finish.

The command prompt will update as the build and tests progress, and will indicate when the process has finished. If the build and tests were successful the command prompt should look like this:

install_success

You can also check the docker containers are running by typing the following command in the command prompt:

        docker ps

There should be 5 active containers:

docker_ps

If the build or tests did not appear to complete successfully, or if there are not 5 active containers running as shown above, please raise an issue on the Issues page.

Please include your xnat.cfg file, your system setup (OS, memory, cpu etc), the outputs to:

            docker image ls
            docker ps

And the log files:
[storage_path]/scripts1/logs/setup-xnat.log
[storage_path]/scripts2/logs/setup-xnat.log


Next

Clone this wiki locally