This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
info_doku:doku_free [2021/01/04 15:35] manu |
info_doku:doku_free [2025/12/08 16:33] (current) manu |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Powerful indexation, differently from MS Sharepoint where you can't find anything. | * Powerful indexation, differently from MS Sharepoint where you can't find anything. | ||
| * Pages are text files that can be automatically generated for automating reports, inventory… | * Pages are text files that can be automatically generated for automating reports, inventory… | ||
| + | |||
| + | ===== Requirements for the installation on Redhat 9 ====== | ||
| + | |||
| + | Install httpd and php | ||
| + | <cli prompt='#'> | ||
| + | dnf install httpd php-gd php | ||
| + | dnf module list | ||
| + | dnf module enable php:8.3 -y | ||
| + | dnf module list | ||
| + | dnf install -y php php-cli php-common php-gd php-mbstring php-mysqlnd php-xml | ||
| + | |||
| + | systemctl restart httpd | ||
| + | </cli> | ||
| ===== Problem with pages refresh in dokuwiki ====== | ===== Problem with pages refresh in dokuwiki ====== | ||
| Line 20: | Line 33: | ||
| Browse each and every page of your Wiki. | Browse each and every page of your Wiki. | ||
| + | Reindex wiki pages (-c to clear index before): | ||
| + | <cli prompt='#'> | ||
| + | # cd /var/www/html/dokuwiki | ||
| + | # php ./bin/indexer.php -c | ||
| + | </cli> | ||
| ===== Dokuwiki for free ===== | ===== Dokuwiki for free ===== | ||