Upload files to "/"
add readme.md
This commit is contained in:
38
README.md
38
README.md
@@ -1,2 +1,38 @@
|
|||||||
# dokuwiki
|
# DokuWiki Installation Guide
|
||||||
|
|
||||||
|
This guide provides instructions for setting up DokuWiki using the `linuxserver/dokuwiki` Docker image.
|
||||||
|
|
||||||
|
## Installation Steps
|
||||||
|
|
||||||
|
1. **Create Project Directory**
|
||||||
|
```bash
|
||||||
|
mkdir dokuwiki-project && cd dokuwiki-project
|
||||||
|
```
|
||||||
|
|
||||||
|
2. **Create Data Directory**
|
||||||
|
```bash
|
||||||
|
mkdir dw_data
|
||||||
|
```
|
||||||
|
|
||||||
|
3. **Run Docker Compose**
|
||||||
|
```bash
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
4. **Access the Setup Page**
|
||||||
|
Open your browser and navigate to:
|
||||||
|
```
|
||||||
|
https://<your-ip>/install.php
|
||||||
|
```
|
||||||
|
Replace `<your-ip>` with your server's IP address.
|
||||||
|
|
||||||
|
## Configuration Details
|
||||||
|
|
||||||
|
All data and configurations for the `linuxserver/dokuwiki` image are stored within the `/config` directory:
|
||||||
|
|
||||||
|
- **Wiki Pages**: `/config/www/data`
|
||||||
|
- **Configuration Files**: `/config/www/conf`
|
||||||
|
- **Plugins**: `/config/www/lib/plugins`
|
||||||
|
- **Users and ACL**:
|
||||||
|
- `/config/www/conf/users.auth.php`
|
||||||
|
- `/config/www/conf/acl.auth.php`
|
||||||
Reference in New Issue
Block a user