Compare commits

...

2 Commits

Author SHA1 Message Date
root
6a7b4f5996 script doku 2021-10-20 07:29:20 +00:00
root
ee40d0ecd6 fichier goss wiki 2021-10-20 07:25:52 +00:00
2 changed files with 52 additions and 0 deletions

18
dokuwiki/script-doku Executable file
View File

@ -0,0 +1,18 @@
#!/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

34
goss-wiki/goss.yaml Normal file
View File

@ -0,0 +1,34 @@
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