Automates installing Neo4j on an EC2 Linux system.
This module will install Neo4j, and its dependencies (e.g. a JVM). It's designed to run on a server and expose the REST API over the network.
- Installs Neo4j enterprise from stable Debian packages
- Installs suitable JVM
- Only 1 Neo4j database is supported
- Not tested with Hiera yet
class { neo4j:
data_dir => undef
}
Apache 2
Please log tickets and issues at the Github project.
Thanks to:
-
Jussi Heinonen for inspiration
-
Hendy Irawan for letting us pinch some code