dokuwiki:install_dokuwiki_with_apache:install_dokuwiki
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dokuwiki:install_dokuwiki_with_apache:install_dokuwiki [2022/06/30 18:32] – created 45.89.242.195 | dokuwiki:install_dokuwiki_with_apache:install_dokuwiki [2022/06/30 18:37] (current) – [Move the DokuWiki directory to the right location] 45.89.242.195 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DokuWiki - Install DokuWiki with Apache - Install DokuWiki ====== | ====== DokuWiki - Install DokuWiki with Apache - Install DokuWiki ====== | ||
+ | |||
+ | ===== Download the latest version of DokuWiki ===== | ||
+ | |||
+ | For the latest Staple version: | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
+ | </ | ||
+ | |||
+ | or, for the Release Candidate Version: | ||
+ | |||
+ | <code bash> | ||
+ | wget https:// | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Unpack the compressed tar file ===== | ||
+ | |||
+ | <code bash> | ||
+ | tar xvzf dokuwiki-stable.tgz | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** For the Release Candidate version use: | ||
+ | |||
+ | <code bash> | ||
+ | tar xvzf dokuwiki-rc.tgz | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Move the DokuWiki directory to the right location ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo mv dokuwiki-XXX / | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | <code bash> | ||
+ | ' | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Setup the .htaccess file ===== | ||
+ | |||
+ | Copy the sample .htaccess file: | ||
+ | |||
+ | <code bash> | ||
+ | sudo cp / | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Change the ownership of the DokuWiki folder ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo chown -R www-data: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
dokuwiki/install_dokuwiki_with_apache/install_dokuwiki.1656613924.txt.gz · Last modified: 2022/06/30 18:32 by 45.89.242.195