docker image for running https://wikindx.sourceforge.io/
Go to file
Dominik Meyer 0c87fc985c
ADD: first version of the Dockerfile
2021-01-16 20:44:14 +01:00
Dockerfile ADD: first version of the Dockerfile 2021-01-16 20:44:14 +01:00
LICENSE ADD: initial commit 2021-01-16 20:31:03 +01:00
README.md ADD: first version of the Dockerfile 2021-01-16 20:44:14 +01:00
create.sql ADD: first version of the Dockerfile 2021-01-16 20:44:14 +01:00
docker-entrypoint-wikindx ADD: first version of the Dockerfile 2021-01-16 20:44:14 +01:00

README.md

docker-wikindx

Description

This repository contains everything required to build a docker image for run https://wikindx.sourceforge.io/ under docker.

The documentation and the Dockerfile are work in progress.

The main git repository for this project is: https://gitea.federationhq.de/byterazor/docker-wikindx

Author

License

The Dockerfile and related files in this repository are licensed under the GPLv3.

Install

Docker hub

  • docker pull byterazor/wikindx:latest
  • docker run -p 8080:80 -v /tmp/data:/var/lib/mysql -v /tmp/wikindx:/var/www/html/wikindx

Then connect to localhost:8080.

from repository

Then connect to localhost:8080.