From 02634694311567caabe5fad0eb332dd766394f16 Mon Sep 17 00:00:00 2001 From: Jimmy Chevanne Date: Thu, 21 Sep 2023 09:27:23 +0200 Subject: [PATCH] ajout script install dokuwiki --- scriptdokuwiki.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scriptdokuwiki.sh diff --git a/scriptdokuwiki.sh b/scriptdokuwiki.sh new file mode 100755 index 0000000..785faa9 --- /dev/null +++ b/scriptdokuwiki.sh @@ -0,0 +1,7 @@ +apt update +apt install php libapache2-mod-php php-xml php-mbstring php-zip php-intl php-gd +systemctl restart apache2.service +wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz +tar xzvf dokuwiki-stable.tgz +mv dokuwiki-*a /var/www/html/dokuwiki +chown -R www-data:www-data /var/www/html/dokuwiki