Compare commits
2 Commits
750420eaf0
...
6a7b4f5996
Author | SHA1 | Date | |
---|---|---|---|
|
6a7b4f5996 | ||
|
ee40d0ecd6 |
18
dokuwiki/script-doku
Executable file
18
dokuwiki/script-doku
Executable 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
34
goss-wiki/goss.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user