DokuWiki

It's better when it's simple

User Tools

Site Tools


install:ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install:ubuntu [2020-01-02 07:42] neoporcupineinstall:ubuntu [2024-01-19 15:49] (current) – old revision restored (2022-07-08 22:56) Aleksandr
Line 1: Line 1:
-====== Install DokuWiki on Ubuntu 19.10 ======+====== Installation DokuWiki under Ubuntu ======
  
-Download the latest .tgz file from the https://www.dokuwiki.org \\ +**Please note** 
-Make sure the downloaded tgz file is accessible, extract and move it, then change the permissions.+The repository of Ubuntu has still the 2018-04-22 version of DokuWikiThis version is not recommended. Please install the newest version of DokuWikiThe instruction below uses a version downloaded directly from dokuwiki.org.
  
-<code>cd ~ 
-tar xvf /zuko/nuc/dokuwiki.tgz 
-mv ~/dokuwiki /var/www/ 
-chown www-data:www-data /var/www/dokuwiki 
-chown www-data:www-data /var/www/dokuwiki/* -R</code> 
  
-Now build a virtual apache folder configuration file.+  * [[:install:ubuntu: Ubuntu 18.04 + Nginx | Ubuntu 18.04 + Nginx]] 
  
-<code>nano /etc/apache2/sites-available/dokuwiki.conf</code> +----
-<file>Alias /dokuwiki /var/www/dokuwiki +
-<Directory /var/www/dokuwiki> +
-        Options +FollowSymLinks +
-        AllowOverride All +
-        DirectoryIndex index.php +
-        Order allow,deny +
-        Allow from all +
-</Directory></file> +
- +
-<code>a2ensite dokuwiki +
-systemctl reload apache2</code> +
- +
-Then open your web page \\ +
-http://neoporcupine.mine.nu/dokuwiki/install.php +
- +
- +
- +
-====== Installation DokuWiki under Ubuntu ======+
  
 +=====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 [[:farms|Farm Page]]. 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 [[:farms|Farm Page]].
  
install/ubuntu.1577947356.txt.gz · Last modified: 2020-01-02 07:42 by neoporcupine

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki