diff options
Diffstat (limited to 'win')
| -rw-r--r-- | win/prepare.bat | 7 | ||||
| -rw-r--r-- | win/run.bat | 2 | 
2 files changed, 9 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
 diff --git a/win/run.bat b/win/run.bat new file mode 100644 index 0000000..60a3b28 --- /dev/null +++ b/win/run.bat @@ -0,0 +1,2 @@ +cd ..
 +docker-compose -p biomedisa -f docker-compose.yml -f docker-compose.cpu.yml up
  | 
