summaryrefslogtreecommitdiffstats
path: root/win/prepare.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win/prepare.bat')
-rw-r--r--win/prepare.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/prepare.bat b/win/prepare.bat
new file mode 100644
index 0000000..a4000b9
--- /dev/null
+++ b/win/prepare.bat
@@ -0,0 +1,7 @@
+REM Enable Shared Drivers in Docker Configuration
+REM Local driver does not work on windows, volumes should be specified inside services
+REM The path C:\Users\... should look like:
+REM BIOMEDISA_HOST_SRC_PATH=/C/Users/csa/biomedisa
+cd ..
+docker-compose -p biomedisa -f docker-compose.yml -f docker-compose.win.yml build
+docker-compose -p biomedisa -f docker-compose.yml -f docker-compose.win.yml run --rm django /run-bootstrap.sh