Skip to content
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 build] what to expect - neo4j browser? #66

Open
celinesin opened this issue Sep 27, 2021 · 1 comment
Open

[docker build] what to expect - neo4j browser? #66

celinesin opened this issue Sep 27, 2021 · 1 comment

Comments

@celinesin
Copy link

celinesin commented Sep 27, 2021

I'm attempting to set up CKG through building the docker container. The image seems to have been built successfully, and I seem to have launched a running container.

"Access JupyterHub" (:8090) gets the normal Jupyter notebook interface
The CKG app (:8050) is able to draw graphs in the "Database Schema" section.

However, in the step "Access Neo4j browser" (:7474), I get a blank webpage, even after 30 minutes.

Should I see the neo4j browser as in older versions? (see screenshot)

image

Perhaps it could be useful to add screen captures to the "getting started" page :)
https://ckg.readthedocs.io/en/latest/intro/getting-started-with-docker.html

@albsantosdel
Copy link
Collaborator

Hi,

The CKG app only runs if the database is running (first step in the docker_entrypoint) so it should be accessible at localhost:7474 and you should see something like the Neo4j browser login page first and then the image you attached. I could not reproduce the error, did it continue to happen? Could you try a different browser or a "hard refresh" to see if there was just a cache issue?

Thank you for the suggestion to improve the docs. Please, feel free to include anything you think would be relevant in the docs and send a PR, your contribution is highly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants