Skip to content

Commit 48b75c0

Browse files
committed
Merge pull request #106 from neo-technology/1.1-readme
Update README
2 parents 431560d + 1d40dbc commit 48b75c0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.asciidoc

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,30 @@ Neo4j Browser is http://github.com/neo4j/neo4j/[Neo4j's] built-in client applica
1616
Set up your environment::
1717

1818
* Install https://nodejs.org/[node.js]
19-
* `cd community/browser && npm install`
19+
* Clone this Github repository
20+
* `npm install`
2021
+
2122
This installs npm modules needed to build the browser code.
23+
2224
* `npm install -g grunt-cli`
2325
+
2426
This puts the `grunt` command on your path.
2527

2628
Run in development mode::
2729

2830
* Run Neo4j server (from a downloaded distribution of Neo4j, or from your IDE)
29-
* `cd community/browser` (this directory in the source tree)
3031
* `grunt server`
3132
+
32-
This listens on port 9000, serving up static documents, and forwarding other requests to Neo4j on port 7474.
33+
This listens on port 9000, serving up static documents, and forwarding other HTTP requests to Neo4j on port 7474. Bolt requests are not forwarded, they are sent directly to the Neo4j server on port 7687.
3334
Any local changes to the browser code will be applied immediatley by reloading the page.
3435

35-
=== Sync server ===
36+
Sync server::
3637
To setup a local sync login server go to project root and invoke `node sync-server/server.js`.
3738
An express server now started on https://localhost:9001 with self signed TLS certificates.
38-
To use this server instead of the remote login server you temporarly need to change the URL
39-
in `NTN.coffee` around line 70.
4039

4140
== Feedback ==
4241

43-
* mailto:andreas@neotechnology.com[Andreas Kollegger] - questions or comments? send an email to me
42+
* Questions or comments? - Join the http://neo4j.com/blog/public-neo4j-users-slack-group/[Neo4j users Slack community]
4443

4544
== Adding a new Cypher keyword ==
4645

@@ -49,3 +48,9 @@ Look at:
4948
* Detecting Cypher: app/scripts/init/commandInterpreters.coffee
5049
* app/components/cypher/index.js
5150
* app/scripts/codemirror-cypher.coffee
51+
52+
== Contributing ==
53+
All bug reports, feature requests and pull requests are very welcome.
54+
55+
== Licensing ==
56+
Neo4j is an open source product. We support a Community edition under the GPLv3 license.

0 commit comments

Comments
 (0)