docker image for running https://wikindx.sourceforge.io/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dominik Meyer b98fdcfd76
ADD: divided application and configuration directory
2 years ago
Dockerfile ADD: divided application and configuration directory 2 years ago
LICENSE ADD: initial commit 2 years ago
README.md ADD: updated readme 2 years ago
create.sql ADD: first version of the Dockerfile 2 years ago
docker-entrypoint-wikindx ADD: divided application and configuration directory 2 years ago

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

Restrictions

At the moment only a mysql server within this container can be used. No support for external database server is available at the moment.

Therefore, the local database is not exposed to the outside and runs on unsecure default credentials right now!

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.