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

Guide to install #1

Closed
thansau239 opened this issue Aug 22, 2018 · 4 comments
Closed

Guide to install #1

thansau239 opened this issue Aug 22, 2018 · 4 comments

Comments

@thansau239
Copy link

Dear,
Can you detail about that/
Edit myproject/settings.py

  1. Add 'Hiryu' to INSTALLED_APPS
  2. Edit DATABASES (postgresql is recommended)
  3. Change ROOT_URLCONF => 'Hiryu.urls'
  4. Add line => NEO4J_AUTH=":"
    (or export above NEO4J_AUTH as env)
@S03D4-164
Copy link
Owner

S03D4-164 commented Aug 25, 2018

Hello,
Thank you for interest in my app. (I wonder how you find it...)

The installation guide had a lot of problem because the app is a little old and I have left it as it was.
So I updated Readme.md and could confirm the app runs.

I have no confidence this app is currently useful, but hope it helps.
If I could find the time, I'd like to rewrite the code and create dockerfile, but can't promise it.

@thansau239
Copy link
Author

dear,
Thank you for your response. I have already added exactly user/pass of NEO4J_AUTH=":" to setting.py but it's error "401 anauthorized"
Please help me fix it

@S03D4-164
Copy link
Owner

Sorry for my late reply.
I also confirmed NEO4J_AUTH env (and some cypher) does not work.
I fixed the problems and confirmed the app can connect to Neo4j.
Please update your local repository and change NEO4J_AUTH in Django's settings.py as follows:

NEO4J_AUTH = {
    "HOST": "localhost",
    "PORT": "7474",
    "USER": "<Neo4j user>",
    "PASS": "<Neo4j pass>",
}

@thansau239
Copy link
Author

Thank you very much!

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