Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
/ neo4j-puppet Public archive

Puppet module to install Neo4j Graph Database Server

Notifications You must be signed in to change notification settings

opencredo/neo4j-puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEO4J-PUPPET

ABOUT
This package provides a Puppet module to install Neo4j Graph Database Server.
Module installs JRE from OpenJDK package instead of JRE distributed by Oracle.
Neo4j version installed by default is Community Edition 1.7.2. 
Version can be changed by editing the value of variable $neoversion in manifests/params.pp.

SUPPORTED LINUX FLAVOURS
Debian/Ubuntu, RedHat/Fedora

Python bindings for Neo4j are included when deploying on Debian/Ubuntu.

USAGE
1. Download package
1.1 wget https://github.com/opencredo/neo4j-puppet/tarball/master
2. Extract package 
2.1 tar zxvf master
2.2 mkdir -p /etc/puppet
2.3 mv opencredo-neo*/* /etc/puppet
3. Apply Puppet manifests
3.1 cd /etc/puppet/manifests
3.1 puppet apply site.pp

INSTALL PUPPET (requires Rubygems)
1. gem install puppet --no-rdoc --no-ri

About

Puppet module to install Neo4j Graph Database Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published