Graph-IT

Graph

Dokumentation

Installation

composer create-project -s dev graphit/graph

Configuration

In the graph directory:

configure the database

cp etc/graph_server.example etc/graph_server
nano etc/graphserver

bootstrap the database

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>

setup the api scripts

(once per host)

./module/graph/bin/api/setup_api_scripts.php

Start the graph daemon

./bin/graphserver start

Start the auto app

php -S localhost:8080 -t module/auto/giwt/auto/web