Closed mukil closed 3 years ago
Hey @mukil I see in your first screenshot that you're using Git CMD instead of Git Bash. Can you try it with Git Bash instead?
Thanks for your support on this issue. Indeed, that solved my issue. I assumed Git CMD
is the Git Bash
but it is obviously not... Thanks for your help! From my perspective we can close the issue, then.
Glad I could help! And thank you for reporting this issue in such great detail.
Hey there, I wanted to have a closer look at terminusdb-server and play around with its type building tools (schemas) etc. but despite several attempts I could not get it running on windows. Hope this helps & Cheers!
Describe the bug
terminusdb-bootstrap
does not execute successfully when invoked on win progit cmd
,cmd
orwsl
For me, it exits with the errors depicted in the screenshots attached below.
To Reproduce Steps to reproduce the behavior:
Expected behavior TerminusDB-Server comes up and I can connect to its UI after browsing to
localhost:port
Screenshots
A) Using Docker + Git CMD
B) After installing WSL2 and Debian I can call that directly from Git CMD
C) Invoking the script from the "wsl" command line leads to the same errors as invoking
bash
![Uploading Screenshot 2020-12-16 142254.jpg…]()
System information (please complete the following information):
git bash
, using (b) windowscmd
and (c) using a debian shell provided by wsl2.Additional context Invoking only
docker
did fetch the terminusdb-server image. SeeRunning the docker container seems also to work fine using the docker windows gui. So, i am nearly there to getting the server running, or it is running, I guess but without env-variables so I can't connect to the services running inside, i guess.
Just wanted to report this. It is not urgent. I may try this again on a unix machine but I would appreciate any help to get it running on this one, too.
Thanks & I hope this helps.