Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed May 15, 2015
1 parent fdf179f commit c2b15b6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ Instructions
------------

bundle
rake neo4j:install[community,2.0.0-M03]
rake neo4j:install
rake neo4j:start

Log in to the Neo4j database and remember the password.
Then set the system environment variable "NEO4J_URL" to the connection string, for example:

export NEO4J_URL=http://neo4j:swordfish@localhost:7474

or:

export NEO4J_URL=http://visual_search:mypassword@visualsearch.sb05.stations.graphenedb.com:24789

Then:

rake neo4j:create
rackup
open http://localhost:9292
Expand Down

0 comments on commit c2b15b6

Please sign in to comment.