install:ubuntu
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install:ubuntu [2017-12-28 17:55] – Aleksandr | install:ubuntu [2024-01-19 15:49] (current) – old revision restored (2022-07-08 22:56) Aleksandr | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation DokuWiki under Ubuntu ====== | ====== Installation DokuWiki under Ubuntu ====== | ||
+ | **Please note** | ||
+ | The repository of Ubuntu has still the 2018-04-22 version of DokuWiki. This version is not recommended. Please install the newest version of DokuWiki. The instruction below uses a version downloaded directly from dokuwiki.org. | ||
+ | |||
+ | |||
+ | * [[: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | =====Ubuntu 14.04, and 16.04?===== | ||
These are instructions on how to install a single DokuWiki under Ubuntu 14.04. Other version installations are discussed below. If you want to install a DokuWiki Farm, follow these instructions and then visit the [[: | These are instructions on how to install a single DokuWiki under Ubuntu 14.04. Other version installations are discussed below. If you want to install a DokuWiki Farm, follow these instructions and then visit the [[: | ||
Line 78: | Line 87: | ||
- That's it. Enjoy your own DokuWiki server. (Test if it works on your %%http:// | - That's it. Enjoy your own DokuWiki server. (Test if it works on your %%http:// | ||
+ | ===== Installation of DokuWiki using apt-get ===== | ||
+ | |||
+ | < | ||
+ | Check the date, if the date is over a couple months then I would highly recommend stopping here and trying the above methods for installation. | ||
+ | < | ||
+ | If you insist on using the above package then the steps below will assist getting your installation operational. | ||
+ | |||
+ | Note: | ||
+ | - As of 2020-01-02 the package is dated **2018-04-22** which is quite out of date. | ||
+ | - I am concerned that: | ||
+ | - more items in / | ||
+ | - more items in / | ||
+ | - Initially there are a number of PHP warnings that appear to pop up occasionally when first exploring the wiki, however they seem to go away and not return (often). These issues are documented on the DokuWiki web site, and claim to be fixed, likely the issues will go away after the DokuWiki install package gets updated. | ||
+ | |||
+ | Assuming that you have already installed apache and PHP (see above) and they are operating correctly. | ||
+ | |||
+ | The following commands will require **sudo** prefix or require you to be **su** (naughty). | ||
+ | < | ||
+ | |||
+ | Folders of interest | ||
+ | * / | ||
+ | * / | ||
+ | * / | ||
+ | |||
+ | The apt package has number of problems which you will need to address: | ||
+ | < | ||
+ | chown www-data: | ||
+ | chown www-data: | ||
+ | chown www-data: | ||
+ | ln -s / | ||
+ | ln -s / | ||
+ | |||
+ | Create virtual directory for apache | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | Options +FollowSymLinks | ||
+ | AllowOverride All | ||
+ | DirectoryIndex index.php | ||
+ | Order allow,deny | ||
+ | Allow from all | ||
+ | </ | ||
+ | AliasMatch ^/ | ||
+ | AliasMatch ^/ | ||
+ | |||
+ | Tell apache to enable the virtual folder (Note: use a2dissite to disable). | ||
+ | < | ||
+ | systemctl reload apache2</ | ||
+ | |||
+ | Open your web browser and configure DokuWiki (You will likely get warnings if you have PHP 7.x). | ||
+ | < |
install/ubuntu.1514480114.txt.gz · Last modified: 2017-12-28 17:55 by Aleksandr