GithubHelp home page GithubHelp logo

tag1consulting / dokuwiki-container Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeremyandrews/dokuwiki-container

0.0 6.0 0.0 46 KB

Simple container for DokuWiki

Dockerfile 61.46% Smarty 35.56% PHP 0.85% Shell 2.13%

dokuwiki-container's Introduction

A simple DokuWiki container

Docker Repository on Quay

A simple starting point for hosting DokuWiki in a container.

Installation

Clone this repository, cd into the dokuwiki-container directory, and then run the following commands:

docker-compose build && docker-compose up

Then visit the following URL to configure the wiki: http://localhost80/install.php

To ssh into the container, use the following command:

	docker exec -it dokuwiki ash

DokuWiki

For full details, visit https://www.dokuwiki.org/dokuwiki

DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.

Customizations

The base container starts with the Centos 7 distribution, adding Apache and all PHP requirements along with DokuWiki.

DokuWiki version

Edit the DOKUWIKI_INSTALL variable at the top of Dockerfile to install a different version of DokuWiki.

Extensions

You can comment out the line in Dockerfile that installs php7-curl and php7-openssl if you do not want to install extensions through the DokuWiki administrative Extension Manager. Extensions can still be installed manually.

Listening port (default: 80)

To change which port Apache listens on, edit app/apache.conf changing:

	<VirtualHost *:80>

from 80 to your desired port. Then, also edit the EXPOSE toward the end of Dockerfile, again changing `80 to your new port.

TODO

  • install/enable some plugins
  • configure email

dokuwiki-container's People

Contributors

gchaix avatar jeremyandrews avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.