Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Simple script for setting up a local Neo4j HA cluster

Notifications You must be signed in to change notification settings

neo-technology/neo4j-enterprise-local-qa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Local JVM Setup

NOTE: THIS IS NOT AUTOMATED QA! It does not run out of the box at present (release 1.9RC1), and also it doesn't tell you that it didn't work - it just spams the console and you have to pick apart the failing bits yourself. Do not rely on this for release QA.

This (naive) rakefile will set up a local cluster of Neo4j HA servers. By default it sets up 3 machines and 3 coordinators. For more machines (don't use less because the coordinators won't be quorate), simply add to the array:

machines = ["machineA", "machineB", "machineC"] # give each machine a unique name

Adjusting local machine ip is not needed. Empty 'local_ip' will default to local ip.

Execute a full setup and test with

rake qa

The servers should now be available at http://localhost:7474, http://localhost:7475 and http://localhost:7476

About

Simple script for setting up a local Neo4j HA cluster

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • Shell 1.1%