-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docker setup issues #3
Comments
OK I think I know why, it's due to the fact that we're using So You should be able to fix this problem giving the rights to your own user to those 2 folders. |
Perhaps that it is also linked to this |
Thanks I'll try these two fixes tomorrow 😉 |
Mmmh I've tested the parameter and the bug is still here:
|
@Betree I've just changed the Docker execution architecture, so try to remove all temporary files (or delete all the project & re-clone the repo) and retry |
Yep it did the trick 🙂 |
I encountered some issues while trying to run Debattons using Docker as detailed in the README:
After
/opt/debattons/docker/cmd.sh build-and-run
, debattons:dev is correctly created but doesn't start orientdb. Container logs show:The installation log tells us what the problem really is:
$ wget http://central.maven.org/maven2/com/orientechnologies/orientdb-community-gremlin/3.0.0RC1/orientdb-community-gremlin-3.0.0RC1.tar.gz /usr/local/bin/setup.sh: line 50: wget: command not found
After adding
apt-get install wget
to build script, the database gets created successfully:(PR incoming for this part)
However I then get another error :
I'll look more into that later, I need to try again with a fresh install.
Config: Ubuntu 16.04 x64, Docker version 17.12.0-ce, build c97c6d6
The text was updated successfully, but these errors were encountered: