configuration:dokuwiki
This is an old revision of the document!
Table of Contents
Installation DokuWiki
Konfiguration DokuWiki
Einbinden von HTML-Code
- Konfigurationsdatei: dokuwiki/conf/dokuwiki.php
- $conf['htmlok'] = 0/1; may raw HTML be embedded? This may break layout and XHTML validity 0|1 * Enable html: conf['htmlok'] = 1; * Disable html: conf['htmlok'] = 0; ==== Template neue DokuWiki-Seite ==== <code> ====== Titel ====== Open Hard- & Software DokuWiki WebSites MediaWiki NextCloud] … Inhalt … —– Open Hard- & Software DokuWiki WebSites MediaWiki NextCloud] </code> ==== R/W-Attribute Files/Directories ändern ==== * DokuWiki: Setting up file permissions * Quelle: How are folder permissions changed? * chmod xxx * Not Recursive: <code> console> sudo chown pi:pi /folder console> sudo chmod 755 /folder </code> * Recursive: <code> console> sudo chown -R pi:pi /folder console> sudo chmod -R 755 /folder </code> ==== 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 ==== * https://www.dokuwiki.org/faq:uploadsize 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”): * https://www.dokuwiki.org/plugin:comment === 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.1664786598.txt.gz · Last modified: 2022/10/03 10:43 by omdevelop