Local copy of Gremlin wiki

77 views
Skip to first unread message

Pierre De Wilde

unread,
Jun 30, 2011, 8:54:26 AM6/30/11
to Gremlin-users
Hi,

For those who want a local copy of Gremlin wiki:

cd gremlin
git clone https://github.com/tinkerpop/gremlin.wiki.git doc/wiki
cd doc/wiki
gollum

Open your browser at http://localhost:4567 and ta-da...
Moreover, the wiki is searchable and (unlike the github version) it's
printer-fiendly.

Gollum is a simple wiki system built on top of Git that powers GitHub
Wikis.
https://github.com/github/gollum

To install Gollum, use RubyGems (http://rubygems.org/):

[sudo] gem install gollum

Of course, the same procedure may be applied for other Tinkerpop
repositories
(blueprints, pipes, frames, rexster, rexster-kibbles). Unfortunately,
gollum
cannot access multiple repositories at once, so you will need to
launch several
versions with a different port (gollum -port xxxx)

HTH,
Pierre

Peter Neubauer

unread,
Jun 30, 2011, 9:04:44 AM6/30/11
to gremli...@googlegroups.com

Very cool Pierre,
Would be great with a pointer to this on the github pages.

Sent from my phone.

Marko Rodriguez

unread,
Jun 30, 2011, 9:39:02 AM6/30/11
to gremli...@googlegroups.com
That is cool.

For our last Graph Bootcamp in Chicago, Bobby and I distributed the Gremlin Steps page. To print it, we had to go through the HTML and remove a whole bunch of DIVs to make it work. Took time and was totally annoying.

Good to know this solutions exists.

Thanks Pierre,
Marko.

Norbert Tausch

unread,
Jun 30, 2011, 10:11:37 AM6/30/11
to gremli...@googlegroups.com
Inside eclipse you can also convert .textile files to html. The following example uses an ant task provided by the mylyn plugin:

<taskdef resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties"/>

            <wikitext-to-html markuplanguage="Textile" title="${docTitle}">
                <fileset dir="${manualDocDirHtml}">
                    <include name="**/*.textile"/>
                </fileset>
            </wikitext-to-html>
Best regards

Norbert Tausch
Reply all
Reply to author
Forward
0 new messages