installs:wiki:setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installs:wiki:setup [2024/01/29 13:40] – added small explanation on step 4 elraphik | installs:wiki:setup [2024/01/30 11:51] (current) – [5. Install PHP dependencies] elraphik | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| - | ===== Dependencies | + | ===== PHP Install===== |
| To function properly, DokuWiki needs a web server that can run php, and obviously php, as we can see on their [[doku> | To function properly, DokuWiki needs a web server that can run php, and obviously php, as we can see on their [[doku> | ||
| Line 26: | Line 26: | ||
| </ | </ | ||
| - | <WRAP center round info 60%> | + | <WRAP center round info 100%> |
| This is a single line command, so you can just copy/paste the whole command into your terminal and hit **Enter**. | This is a single line command, so you can just copy/paste the whole command into your terminal and hit **Enter**. | ||
| </ | </ | ||
| Line 36: | Line 36: | ||
| <code bash> | <code bash> | ||
| - | wget -qO - https:// | + | wget -qO - "https:// |
| </ | </ | ||
| Line 55: | Line 55: | ||
| </ | </ | ||
| - | <WRAP center round todo 60%> | + | ==== 5. Install PHP dependencies ==== |
| - | This page is not finished yet, what remains to do is finishing php install & nginx config. | + | |
| + | Normally, we could' | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install php8.3-{xml, | ||
| + | </ | ||
| + | |||
| + | <WRAP center round important 100%> | ||
| + | Mind replacing '' | ||
| </ | </ | ||
| + | |||
| + | And that's it for the PHP install, we can now install DokuWiki itself, and then we'll do the Nginx configuration as it'll be easier afterwards. | ||
installs/wiki/setup.1706535643.txt.gz · Last modified: 2024/01/29 13:40 by elraphik
