Skip to content

Commit 912cc9f

Browse files
committed
update windows instruction & fix errs
1 parent 2b1efd3 commit 912cc9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: install_windows.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
mkdir data
2+
set /p DUMMY="Now, please put your gcloud-credentials file under the name `gcloud_tools_key.json` into the `data`-directory which was just created, then come back here and press enter."
23
git clone https://github.com/cstenkamp/derive_conceptualspaces.git
34
cd derive_conceptualspaces
45
cp docker/sample.env docker/.env
5-
set /p DUMMY="After you click enter, a notepad opens with a file where you have to enter your seafile-credentials. Please enter them, then come back to this window and press any key."
6+
set /p DUMMY="After you click enter, a notepad opens with a file where you have to enter your seafile-credentials. Please enter them, then close that notepad and come back to this window and press any key."
67
notepad docker/.env
78
pause
89
docker build -f Dockerfile --rm --tag derive_conceptualspaces .

0 commit comments

Comments
 (0)