There was an error while loading. Please reload this page.
1 parent 69641d3 commit 151cd65Copy full SHA for 151cd65
1 file changed
install/webtrees-install.sh
@@ -41,12 +41,12 @@ cat <<EOF >/etc/caddy/Caddyfile
41
}
42
EOF
43
usermod -aG www-data caddy
44
-msg_ok "Configured Caddy"
45
-
46
systemctl enable -q --now php${PHP_VER}-fpm
47
systemctl restart caddy
+msg_ok "Configured Caddy"
48
49
msg_info "Automating Webtrees Setup"
+cd /opt/webtrees
50
WT_ADMIN_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c15)
51
$STD sudo -u www-data php /opt/webtrees/index.php config-ini \
52
--dbhost=127.0.0.1 \
0 commit comments