This is the docker compose setup to run a plain OntoWiki.
The compose setup uses:
- Virtuoso Open Source
tenforce/virtuoso:1.1.0-virtuoso7.2.4
- PHP 5.6 FPM with ODBC extension and linking to Virtuoso
aksw/php-5.6-fpm-odbc-virtuoso
- NGINX configured for OntoWiki
aksw/nginx-ontowiki
(based on the officialphp
) - and a container with the OntoWiki Source Code
aksw/ontowiki
For using it you have to install docker and docker compose.
If you already have a running docker daemon and docker-compose just clone this repository and run
docker-compose up
inside the directory. The OntoWiki setup is available at http://localhost:8080/
.