assimilation / assimilation-official

This is the official main repository for the Assimilation project
51 stars 9 forks source link

adding extra config to neo4j docker #44

Closed borgified closed 6 years ago

borgified commented 6 years ago

Adds cypher.forbid_shortestpath_common_nodes=false to the neo4j configuration. I also had to include dbms.connectors.default_listen_address=0.0.0.0 based on their recommendation.

I was struggling a lot using the old neo4j:2.3.4 image so I used the latest one instead neo4j:3.2.5, hope that's OK.

Alan-R commented 6 years ago

It won't likely work for release 1. Release 2 needs the latest image.

Alan Robertson alanr@unix.sh

On Fri, Oct 27, 2017, at 01:32 AM, borgified wrote:

Adds cypher.forbid_shortestpath_common_nodes=false to the neo4j configuration. I also had to include dbms.connectors.default_listen_address=0.0.0.0 based on their recommendation[1].> I was struggling a lot using the old neo4j:2.3.4 image so I used the latest one instead neo4j:3.2.5, hope that's OK.> You can view, comment on, or merge this pull request online at:

https://github.com/assimilation/assimilation-official/pull/44

Commit Summary

Links:

  1. http://neo4j.com/docs/operations-manual/current/installation/docker/#docker-conf-volume
  2. https://github.com/assimilation/assimilation-official/pull/44/files#diff-0
  3. https://github.com/assimilation/assimilation-official/pull/44/files#diff-1
  4. https://github.com/assimilation/assimilation-official/pull/44
  5. https://github.com/notifications/unsubscribe-auth/ABM0oxp-Xr9blkI4TObOZEBsjN6vf5owks5swYcLgaJpZM4QIp74
borgified commented 6 years ago

hmm i got a green build for release 1. i haven't cherry picked the changes over to release 2 yet.

just to be clear release 1 == master branch right?

On Oct 27, 2017 4:48 AM, "Alan Robertson" notifications@github.com wrote:

It won't likely work for release 1. Release 2 needs the latest image.

Alan Robertson alanr@unix.sh

On Fri, Oct 27, 2017, at 01:32 AM, borgified wrote:

Adds cypher.forbid_shortestpath_common_nodes=false to the neo4j configuration. I also had to include dbms.connectors.default_listen_address=0.0.0.0 based on their recommendation[1].> I was struggling a lot using the old neo4j:2.3.4 image so I used the latest one instead neo4j:3.2.5, hope that's OK.> You can view, comment on, or merge this pull request online at:

https://github.com/assimilation/assimilation-official/pull/44

Commit Summary

Links:

  1. http://neo4j.com/docs/operations-manual/current/ installation/docker/#docker-conf-volume
  2. https://github.com/assimilation/assimilation- official/pull/44/files#diff-0
  3. https://github.com/assimilation/assimilation- official/pull/44/files#diff-1
  4. https://github.com/assimilation/assimilation-official/pull/44
  5. https://github.com/notifications/unsubscribe-auth/ABM0oxp- Xr9blkI4TObOZEBsjN6vf5owks5swYcLgaJpZM4QIp74

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/assimilation/assimilation-official/pull/44#issuecomment-339949894, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4sLO1Ritn05wc_JtC_yLOOrWcygxa_ks5swcMlgaJpZM4QIp74 .

Alan-R commented 6 years ago

Looking forward to seeing these show up for the release 2 branch.