composer create-project -s dev graphit/graph
In the graph
directory:
cp etc/graph_server.example etc/graph_server
nano etc/graphserver
wget https://<user>:<pass>@x.graph-it.com/graph-sql/current.sql.xz
unxz -c current.sql.xz | mysql -u <db-user> -p <db-name>
(once per host)
./module/graph/bin/api/setup_api_scripts.php
./bin/graphserver start
php -S localhost:8080 -t module/auto/giwt/auto/web