forked from loop-recur/neo4j-test-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
59 lines (44 loc) · 1.83 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Neo4j 2.3.3 test database
=======================================
This is a Neo4j 2.3.3 community edition graph database, and REST server configured
to run on port 7373 and the https version on port 7272.
This means that your test server can be kept running alongside an out-of-the-box neo4j dev server.
Neo4j 2.3.3
=======================================
Welcome to Neo4j release 2.3.3, a high-performance graph database.
This is the community distribution of Neo4j, including everything you need to
start building applications that can model, persist and explore graph-like data.
In the box
----------
Neo4j runs as a server application, exposing a Web-based management
interface and RESTful endpoints for data access.
Here in the installation directory, you'll find:
* bin - scripts and other executables
* conf - server configuration
* data - database, log, and other variable files
* lib - core libraries
* plugins - user extensions
* system - super-secret server stuff
Make it go
----------
For full instructions, see http://neo4j.com/docs/2.3.3/deployment.html
To get started with Neo4j, let's start the server and take a
look at the web interface ...
1. Open a console and navigate to the install directory.
2. Start the server:
* Windows: use bin\Neo4j.bat
* Linux/Mac: use ./bin/neo4j console
3. In a browser, open http://localhost:7474/
4. From any REST client or browser, open http://localhost:7474/db/data
in order to get a REST starting point, e.g.
curl -v http://localhost:7474/db/data
5. Shutdown the server by typing Ctrl-C in the console.
Learn more
----------
* Neo4j Home: http://neo4j.com/
* Getting Started: http://neo4j.com/docs/2.3.3/introduction.html
* The Neo4j Manual: http://neo4j.com/docs/2.3.3/
License(s)
----------
Various licenses apply. Please refer to the LICENSE and NOTICE files for more
detailed information.