ajout script install dokuwiki
This commit is contained in:
parent
01bd1ac3c9
commit
0263469431
7
scriptdokuwiki.sh
Executable file
7
scriptdokuwiki.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user