Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| computing:dokuwiki [2022/07/15 04:57] – oemb1905 | computing:dokuwiki [2025/09/20 23:00] (current) – oemb1905 |
|---|
| To install dokuwiki: | To install dokuwiki: |
| |
| wget doku.tgz | wget https://download.dokuwiki.org/out/dokuwiki-9beb5257bbbc840e687c3b130541d3d2.tgz |
| tar zxvf doku.tgz | tar zxvf doku.tgz |
| | |
| Once that's done, follow the instructions in [[https://wiki.haacksnetworking.org|Apache Survival]] in order to set up a dedicated domain and virtual host for your wiki. Once that's done, replace the ``public_html`` directory with the dokuwiki directory above. Once that's done, establish correct permissions: | Once that's done, follow the instructions in [[https://wiki.haacksnetworking.org|Apache Survival]] in order to set up a dedicated domain and virtual host for your wiki. Once that's done, replace the ''public_html'' directory with the dokuwiki directory above. Once that's done, establish correct permissions: |
| |
| sudo chmod g+rwx /var/www/jonathanhaack.com/public_html/dokuwiki | sudo chmod g+rwx /var/www/jonathanhaack.com/public_html/dokuwiki |