INSTALLING ALLEGROGRAPH
-----------------------
(via the Docker image)

Prerequisit: make sure to uninstall Virtualbox first! Download the latest installer and launch the uninstall tool.

docker-machine create --driver virtualbox default
docker pull franzinc/agraph:v6.5.0
docker run -d -m 1g -p 10000-10035:10000-10035  --shm-size 1g --name agraph franzinc/agraph:v6.5.0

Also see https://franz.com/agraph/docker/ for detailed instructions

STARTING / STOPPING
-------------------

docker start agraph
docker stop agraph

TESTING
-------

Open http://localhost:10035

Log in with user: test and password: xyzzy

Also see https://franz.com/agraph/support/documentation/6.5.0/java-tutorial/java-tutorial.html for more details

USING ALLEGROGRAPH WITH ATOMIKOS
--------------------------------

See https://www.atomikos.com/Documentation/ConfiguringAllegroGraph - we don't have a more elaborate example yet.
