Skip to content

Commit

Permalink
Added notes on ubuntu 14.04 NPM, and MacOSX grunt for browser build d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
Craig Taverner authored and craigtaverner committed Sep 22, 2014
1 parent c271653 commit 807cf52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ OSX users need to have http://brew.sh/[Homebrew] installed.

brew install graphviz libtool maven node.js

Node.js and npm are required to build the neo4j browser. In addition, on some machines it was necessary to install grunt-cli:

npm install grunt-cli

If you don't plan to build the browser (for example by using -DskipBrowser), then don't worry about this step.

=== With apt-get on Ubuntu ===

sudo apt-get install graphviz maven nodejs make
Expand All @@ -38,6 +44,10 @@ Due to a file naming collision, the http://packages.debian.org/nodejs[nodejs] pa
cd ~/bin
ln -s /usr/bin/nodejs node

On Ubuntu 14.04 it seems the nodejs package does not include npm, so you should install that too:

sudo apt-get install graphviz maven nodejs npm make

== Building Neo4j ==

* A plain `mvn clean install` will only build the individual jar files.
Expand Down

0 comments on commit 807cf52

Please sign in to comment.