Compare commits
No commits in common. "6a7b4f59966889c8551aa70b2f73b7381cd5ee4f" and "750420eaf0b18ce0536d0df375ed0e65b861d319" have entirely different histories.
6a7b4f5996
...
750420eaf0
@ -1,18 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
chemin=/var/www/html/doku
|
|
||||||
apt install -y apache2 php php-mbstring php-gd php-xml
|
|
||||||
cd /root
|
|
||||||
[ -r dokuwiki-stable.gz ] || wget http://depl/store/dokuwiki-stable.tgz
|
|
||||||
if [ $? !=0 ]; then
|
|
||||||
echo "$0 : erreurwget" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
tar xvfz dokuwiki-stable.tgz
|
|
||||||
[ -d "${chemin}" ] || mkdir "${chemin}"
|
|
||||||
|
|
||||||
cp -a dokuwiki-2020-07-29/* "${chemin}"
|
|
||||||
cd "${chemin}"
|
|
||||||
chown -R root:root .
|
|
||||||
chmod -R 755 .
|
|
||||||
chown -R www-data:www-data data lib conf .
|
|
||||||
exit 0
|
|
@ -1,34 +0,0 @@
|
|||||||
package:
|
|
||||||
ssh:
|
|
||||||
installed: true
|
|
||||||
versions:
|
|
||||||
- 1:8.4p1-5
|
|
||||||
service:
|
|
||||||
apache2:
|
|
||||||
enabled: true
|
|
||||||
running: true
|
|
||||||
mysql:
|
|
||||||
enabled: false
|
|
||||||
running: false
|
|
||||||
ssh:
|
|
||||||
enabled: true
|
|
||||||
running: true
|
|
||||||
group:
|
|
||||||
ssh:
|
|
||||||
exists: true
|
|
||||||
gid: 108
|
|
||||||
interface:
|
|
||||||
eth0:
|
|
||||||
exists: true
|
|
||||||
addrs:
|
|
||||||
- 10.121.38.69/24
|
|
||||||
- fe80::b497:c1ff:fecb:6df7/64
|
|
||||||
mtu: 1500
|
|
||||||
http:
|
|
||||||
http://10.121.38.69/doku/doku.php:
|
|
||||||
status: 200
|
|
||||||
allow-insecure: false
|
|
||||||
no-follow-redirects: false
|
|
||||||
timeout: 5000
|
|
||||||
body:
|
|
||||||
- AP 32
|
|
Loading…
x
Reference in New Issue
Block a user