-
Notifications
You must be signed in to change notification settings - Fork 116
The Dog House
spmallette edited this page Feb 20, 2011
·
25 revisions
Rexster’s Dog House is a browser-based interface to Rexster and currently provides the following functions:
- Vertex and Edge Browser – View vertices and edges for a selected graph.
- Gremlin Terminal – Simulates a Gremlin console session against a selected graph.
Start the Rexster Web Server as described on the Getting Started page, using:
rexster.sh
Configuration related to the Dog House are found in the rexster.xml
file. Given the default configuration, The Dog House can be accessed at:
http://localhost:8183
As The Dog House is still a bit experimental, the following limitations should be considered when using it:
- The Dog House works best with Google Chrome 8 or better, but has been shown to work well with Firefox 3.6.13.
- The Dog House is hard-coded to work against the default Rexster port of 8182. As a temporary fix, it is possible to point The Dog House at a different port by opening the server.js file, changing the value of the URI and rebuilding Rexster.