@beardedmen
ist natürlich nicht so dolle guter Stil bereits beantwortete Nachrichten zu löschen und sie allgemeiner dann nochmal zu stellen..

die Message bezog sich auf eine Veranstaltung letzten Mittwoch und in den ersten 3 Zeilen ist auch schon gesagt worum es geht und ging:

"lokales " #Dokuwiki in 10 min .."
https://tacker.fr/node/14151

hier heutige #cheatcheet"

Wir wollten nicht den Eindruck vermitteln hier eine umfassende Anleitung bereit zustellen.
Für das Mißverständnis: entschuldige.

Dokuwiki in 10 Min. | tacker.fr

lokales " #Dokuwiki in 10 min .."
https://tacker.fr/node/14151

hier heutige #cheatcheet

sudo apt install docker.io
mkdir -p ~/dokuwiki/config
sudo docker run -d \
--name=dokuwiki \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/London \
-p 127.0.0.1:80:80 \
-v /home/$USER/dokuwiki/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/dokuwiki

just visit & enjoy:
http://localhost/install.php
Empfehlung noch "nspages" und "add new page" plugin
https://www.dokuwiki.org/plugin:nspages
https://www.dokuwiki.org/plugin:addnewpage

Dokuwiki in 10 Min. | tacker.fr

If you run a static #Jekyll website using the #MinimalMistakes theme, I once created a #cheatcheet to have the most important and frequently used features at hand. Feel free to use and share it 🤗

🌎 https://www.fabriziomusacchio.com/blog/2021-08-11-Minimal_Mistakes_Cheat_Sheet/

Minimal Mistakes Cheat Sheet

A quick overview of available commands for creating content with the Minimal Mistakes Jekyll theme.

Fabrizio Musacchio