---
title: "Deploy dokuwiki"
description: "Deploy and Host dokuwiki with Railway"
category: "CMS"
url: https://railway.com/deploy/dokuwiki
---

# Deploy dokuwiki

Deploy and Host dokuwiki with Railway

**[Deploy dokuwiki on Railway](https://railway.com/template/dokuwiki)**

- **Creator:** Jason Huang's Projects
- **Category:** CMS
- **Total deploys:** 4

## Template content

### dokuwiki

- **Image:** dokuwiki/dokuwiki:stable
- **Health check:** /
- **Public domain:** Yes

## Documentation

# Deploy and Host Dokuwiki on Railway

**What is Dokuwiki?**
Dokuwiki is a PHP-based, file-only wiki engine prized for its simplicity and clean, readable syntax. It stores all pages as plain text files—no database required—making backups and maintenance trivial. With built-in ACLs and a vibrant plugin ecosystem, it’s ideal for both personal note-taking and enterprise knowledge bases.

## About Hosting Dokuwiki

1. Configure relevant environment variables, e.g. `DOKUWIKI_URL`, `DOKUWIKI_TITLE`, and optional `AUTH_METHOD` for LDAP or OAuth integration, and mount a persistent volume at `/dokuwiki/data` to retain page files and uploaded media.
2. Once the service is live, navigate to `https://.railway.app/install.php` to complete the web-based setup wizard. Here you’ll define your admin account, configure ACLs, and finalize your wiki’s basic settings.

## Common Use Cases

* **Team Knowledge Base** — Centralize technical docs, runbooks, and onboarding guides for engineering teams.
* **Project Documentation** — Track requirements, design decisions, and changelogs alongside code.
* **Personal Wiki** — Maintain a private notebook or journal with full revision history and easy search.

## Dependencies for Dokuwiki Hosting

* **PHP runtime** (&gt;=7.4)
* **Persistent file storage** (mounted volume or Railway’s “Persistent Storage” plugin)

### Deployment Dependencies

* [Railway Docs: Deploying PHP Apps](https://docs.railway.app/develop/deploy/php)
* [Dokuwiki Download &amp; Installation Guide](https://www.dokuwiki.org/install)

## Why Deploy Dokuwiki on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying Dokuwiki on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.

## Similar templates

- [Libredesk - Complete Setup](https://railway.com/deploy/libredesk-complete-setup) — Complete self-hosted omnichannel customer support desk.
- [Paperless-ngx](https://railway.com/deploy/paperless-ngx-3) — Paperless-ngx — document management with OCR and full-text search
- [Instatic CMS - Postgres](https://railway.com/deploy/instatic-cms-postgres) — Design, build and manage powerful static sites from state-of-the-art CMS

Open this page in a browser: https://railway.com/deploy/dokuwiki
