configuration:dokuwiki
This is an old revision of the document!
Table of Contents
Installation DokuWiki
Konfiguration DokuWiki
Farbiger Text mit 'Color (Syntax) PlugIn'
Einbinden von HTML-Code
- Aktuell: conf['htmlok'] = 0; : html daher ausgeschaltet wegen Sicherheitsrisiko!!!
- Konfigurationsdatei: dokuwiki/conf/dokuwiki.php
- Zeile 84: $conf['htmlok'] = 0/1;
- Enable html: conf['htmlok'] = 1;
- Disable html: conf['htmlok'] = 0;
- Inline html:
- Block html:
Template neue DokuWiki-Seite
====== Titel ====== [[http://www.openhardsoftware.de/ | Open Hard- & Software]] [[[http://www.openhardsoftware.de/dokuwiki | DokuWiki]] [[http://www.openhardsoftware.de/websites | WebSites]] [[http://www.openhardsoftware.de/mediawiki | MediaWiki]] [[http://www.openhardsoftware.de/nextcloud | NextCloud]]] ... Inhalt ... ----- [[http://www.openhardsoftware.de/ | Open Hard- & Software]] [[[http://www.openhardsoftware.de/dokuwiki | DokuWiki]] [[http://www.openhardsoftware.de/websites | WebSites]] [[http://www.openhardsoftware.de/mediawiki | MediaWiki]] [[http://www.openhardsoftware.de/nextcloud | NextCloud]]]
R/W-Attribute Files/Directories ändern
- Not Recursive:
console> sudo chown pi:pi /folder console> sudo chmod 755 /folder
- Recursive:
console> sudo chown -R pi:pi /folder console> sudo chmod -R 755 /folder
Upload
- mit FileZilla Upload von allen Datei-Typen zum Server möglich
- automatische Aktualisierung und DokuWiki, falls alle Dateinamen in LowerCase(!!!) vorhanden sind
Kommentar
- nicht sichtbare Zeilen/Texte einfügen: Kommentar-PlugIn
Upload-Filesize ändern
oder
- find php.ini auf RPi-Apache-Server: sudo find / -name 'php.ini' 2> /dev/null
- sudo nano /etc/php/7.3/apache2/php.ini
- Upload-Filesize auf 999MB setzen: upload_max_filesize = 999M
- und post_max_size = 999M
- Restart Apache-Server: sudo service apache2 restart
ToDo / Done
220921
- reinstall “Comment Plugin” (über “admin”):
220918
- neuer Entry in DokuWiki - Programming
- mit chmod -R 777 <targetentry> rekursiv vollen Zugriff auf alte Secure-Ordner ermöglicht
- und diese dann nach Downloads verschoben
Open Hard- & Software [ DokuWiki WebSites MediaWiki NextCloud ]
configuration/dokuwiki.1664788432.txt.gz · Last modified: 2022/10/03 11:13 by omdevelop