2015-03-07 23:16:01 +00:00
|
|
|
# graphxq
|
2021-05-23 21:41:41 +01:00
|
|
|
An interface to Graphviz for BaseX 9.5+
|
|
|
|
|
|
|
|
## Local Install
|
2012-09-09 22:06:16 +01:00
|
|
|
|
2015-03-07 23:16:01 +00:00
|
|
|
copy the contents of the `src` folder to your `webapp` folder
|
2021-05-23 21:41:41 +01:00
|
|
|
### Requires
|
2015-03-07 23:16:01 +00:00
|
|
|
|
|
|
|
1. Graphviz intallation with `dot` on the path
|
|
|
|
1. restxq default config with (static)
|
|
|
|
|
2021-05-23 21:41:41 +01:00
|
|
|
## Docker
|
|
|
|
```
|
|
|
|
docker build --tag=graphxq .
|
|
|
|
|
|
|
|
docker run -p 8999:8984 graphxq
|
|
|
|
```
|
2015-03-07 23:16:01 +00:00
|
|
|
## other
|
2021-05-23 21:41:41 +01:00
|
|
|
|
2012-09-09 22:20:05 +01:00
|
|
|
* includes dotML
|
|
|
|
* BaseX RestXQ interface
|