Skip to content

Commit

Permalink
Merge pull request #114 from declan/master
Browse files Browse the repository at this point in the history
Updated the Configuration section of the README, closes #113
  • Loading branch information
andreasronge committed Dec 28, 2011
2 parents f6f3699 + 6999ce3 commit ade6b0e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,20 @@ Notice that you can always access the lower layers if you want to do some more a
* {Mailing list, neo4jrb@googlegroups.com}[http://groups.google.com/group/neo4jrb]
* {Read only, old lighthouse issues}[http://neo4j.lighthouseapp.com]

=== Configuration

{Development configuration}[http://neo4j.rubyforge.org/guides/index.html#development-and-testing-configuration] - You can configure Neo4j through the {Neo4j::Config}[http://neo4j.rubyforge.org/Neo4j/Config.html] object.

Neo4j::Config[:storage_path] = "/var/neo4j"

{Configuring Neo4j from Rails}[http://neo4j.rubyforge.org/guides/configuration.html#config-neo4j-from-rails] - When using Neo4j.rb from rails you can use the normal rails configuration to set Neo4j configuration.

config.neo4j.storage_path = "#{config.root}/db/neo4j"

=== Contributing

{<img src="https://secure.travis-ci.org/andreasronge/neo4j.png" />}[http://travis-ci.org/andreasronge/neo4j]

{Development configuration}[http://neo4j.rubyforge.org/guides/index.html#development-and-testing-configuration]

Have you found a bug, need help or have a patch ?
Just clone neo4j.rb and send me a pull request or email me.
Do you need help - send me an email (andreas.ronge at gmail dot com).
Expand Down

0 comments on commit ade6b0e

Please sign in to comment.