AllegroGraph instr¶
The following instructions are tested to work with AllegroGraph Free 4.10 on a debian/squeezy platform.
Provide contact info and download the package agraph-4.10-linuxamd64.64.tar.gz from http://www.franz.com/agraph/downloads/.
Login as root to the newly created VM.
Create needed directory structure and user(s):
# adduser agraph # mkdir /opt/agraph-4.10
We assume that you have downloaded the package at ~/packages/agraph-4.10-linuxamd64.64.tar.gz.
Unpack and invoke the installation script pointing to the target directory (/opt/agraph-4.10):
# cd ~/packages # tar xzvf agraph-4.10-linuxamd64.64.tar.gz # cd agraph-4.10 # ./install-agraph /opt/agraph-4.10/
Once the installation process is complete we can start, stop or find the status of the database server with the following command:
# /opt/agraph-4.10/bin/agraph-control --config /opt/agraph-4.10/lib/agraph.cfg {start|stop|status}
Verify that all services are started and visit the web interface at http://localhost:10035