This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
info_doku:doku_free [2022/09/19 15:41] manu [Problem with pages refresh in dokuwiki] |
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 ====== | ||