ComboStrap DokuWiki In Docker

Undraw My Documents

About

ComboStrap DokuWiki In Docker is a docker image that install:

Usage

You can:

  • develop a website locally (ie on your desktop) and publish it remotely
  • or install a DokuWiki Instance for:
    • team documentation collaboration
    • knowledge base development

Example

To get a Dokuwiki server with the Combostrap Starter Site available at http://localhost:8080, execute:

# bash
docker run \
  --name dokuwiki \
  --rm \
  -p 8080:80 \
  -e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/site-starter' \
  ghcr.io/combostrap/dokuwiki:php8.3-v1

Documentation

The documentation and source code are available here




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Related HowTo's
Site Starter Home Page Snapshot
Search

Because ComboStrap is built on top of the Dokuwiki Engine, the first step is to have a DokuWiki app up and running. This article will show you how. This tutorial series uses our Docker image for consistency...
Undraw Animating
How to install DokuWiki and Combostrap on a Server?

This series of article is intended to help you get a DokuWiki instance installed on a server with a Linux/Windows operating system. This part is crucial for performance reason. It's not 1, 2, 3 as...


Recommended Pages
Undraw My Documents
ComboStrap WebSite

A Combostrap WebSite is a collection of files (pages, images, ...) that can run everywhere thanks to the ComboStrap Docker image. It permits to develop and publish website collaboratively (locally...



Task Runner