You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This installs npm modules needed to build the browser code.
23
+
22
24
* `npm install -g grunt-cli`
23
25
+
24
26
This puts the `grunt` command on your path.
25
27
26
28
Run in development mode::
27
29
28
30
* Run Neo4j server (from a downloaded distribution of Neo4j, or from your IDE)
29
-
* `cd community/browser` (this directory in the source tree)
30
31
* `grunt server`
31
32
+
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.
33
34
Any local changes to the browser code will be applied immediatley by reloading the page.
34
35
35
-
=== Sync server ===
36
+
Sync server::
36
37
To setup a local sync login server go to project root and invoke `node sync-server/server.js`.
37
38
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.
40
39
41
40
== Feedback ==
42
41
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]
0 commit comments