-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#7] Refactor docker compose to simplify running on Windows #22
[#7] Refactor docker compose to simplify running on Windows #22
Conversation
kostobog
commented
Aug 2, 2023
- updating README.md
- updating README.md
No need to .env file and s-pipes editor is working.
13b6907
to
a1a5e3b
Compare
bin/spe.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodionnv Please test if it works for you on Windows. If not either propose change or create new .bat
file that would work for you (i would use just ChatGPT to rewrite the file)
### Running Editor UI | ||
|
||
Default configuration assumes that: | ||
- you have **at least** docker-compose v2.20.2 (due to https://github.com/docker/cli/issues/4265; earlier versions were not tested) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't work for me, I am not sure if I have correctrly configured my .env file
SCRIPTPATHS=/c/D/ctu-fee/kbss/s-pipes/doc/examples SCRIPTRULES=/c/D/ctu-fee/kbss/s-pipes-editor/src/main/resources/rules RDF4J_REPOSITORYURL=http://rdf4j:8080/rdf4j-server/repositories RDF4J_REPOSITORYNAME=s-pipes-hello-world RDF4J_PCONFIGURL=/c/D/ctu-fee/kbss/s-pipes/doc/examples/hello-world/config.ttl SHARED_ROOT=/host_mnt
I have tried to configure it in different ways but I always get s-pipes-editor-ui-s-pipes-engine-1 | java.nio.file.NoSuchFileException: /c/D/ctu-fee/kbss/s-pipes/doc/examples
@rodionnv we did experiment with @kostobog and he did set up only: Important was also to use docker-compose v2.20.2. But there are 2 ways to execute it:
@kostobog please, share your experience so @rodionnv won't have to explore solutions |