Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 357 Bytes

docker-fedx

FedX deployed on a Tomcat 8 server.

To build

docker build -t fedx .

To run

docker run -v /path/to/fedx/conf:/etc/fedx fedx

Where /path/to/fedx/conf the directory that contains the fedx federation configuration file.

Then you can run queries at

http://<CONTAINER_IP>:8080/fedx-3.1/repositories/sparql?query=<QUERY>