Minor updates to gephi instructions CTR

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf72bd71
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf72bd71
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bf72bd71

Branch: refs/heads/TINKERPOP-1742
Commit: bf72bd7109f9bb02c185cbfeefb7df3a408a1200
Parents: 60f2557
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Aug 9 13:44:59 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Aug 9 13:44:59 2017 -0400

----------------------------------------------------------------------
 docs/src/reference/gremlin-applications.asciidoc | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf72bd71/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 00d9c10..7e72d33 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -1883,9 +1883,11 @@ exploration, and analysis platform for graphs. The 
link:https://gephi.org/plugin
 plugin for Gephi provides an API that can be leveraged to stream graph data to 
a running Gephi application. The Gephi
 plugin for Gremlin Console utilizes this API to allow for graph and traversal 
visualization.
 
-The Gephi plugin for Gremlin Console is compatible with Gephi 0.9.x. The 
following instructions assume that Gephi
-has been download and installed.  It further assumes that the Graph Streaming 
plugin has been installed
-(`Tools > Plugins`). The following instructions explain how to visualize a 
`Graph` and `Traversal`.
+IMPORTANT: These instructions have been tested with Gephi 0.9.1 and Graph 
Streaming plugin 1.0.3.
+
+The following instructions assume that Gephi has been download and installed.  
It further assumes that the Graph
+Streaming plugin has been installed (`Tools > Plugins`). The following 
instructions explain how to visualize a
+`Graph` and `Traversal`.
 
 In Gephi, create a new project with `File > New Project`.  In the lower left 
view, click the "Streaming" tab, open the
 Master drop down, and right click `Master Server > Start` which starts the 
Graph Streaming server in Gephi and by
@@ -1899,6 +1901,9 @@ that there is nothing running on the port before Gephi 
will be using before star
 this produce behavior where the console will appear to submit requests to 
Gephi successfully but nothing will
 render.
 
+WARNING: Do not skip the `File > New Project` step as it may prevent a newly 
started Gephi application from fully
+enabling the streaming tab.
+
 Start the xref:gremlin-console[Gremlin Console] and activate the Gephi plugin:
 
 [gremlin-groovy]

Reply via email to