Allegrograph
From Biowikifarm Metawiki
Revision as of 15:56, 2 March 2015 by Richard Di (Talk | contribs) (Created page with "==Allegrograph== Documentation can be found: franz.com/agraph/support/documentation/current/agraph-quick-start.htm ===Installation (on Ubuntu)=== 1.Download from http://franz...")
Allegrograph
Documentation can be found: franz.com/agraph/support/documentation/current/agraph-quick-start.htm
Installation (on Ubuntu)
1.Download from http://franz.com/downloads.lhtml
2. tar zxf agraph-5.0-linuxamd64.64.tar.gz
3. agraph-5.0/install-agraph --directory
4. For license key (unlimited triples)
Run
You can start AllegroGraph by running: /home/joe/tmp/ag5.0/bin/agraph-control --config /home/joe/tmp/ag5.0/lib/agraph.cfg start
You can stop AllegroGraph by running: /home/joe/tmp/ag5.0/bin/agraph-control --config /home/joe/tmp/ag5.0/lib/agraph.cfg stop