mirror of https://github.com/tteck/Proxmox.git
Merge pull request #9 from nicedevil007/Alpine-Nextcloud
removed Stable-Release Switch
This commit is contained in:
commit
d370d856bf
|
@ -23,14 +23,6 @@ $STD apk add mc
|
||||||
$STD apk add argon2
|
$STD apk add argon2
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Switching to latest-stable Alpine-Release"
|
|
||||||
cat <<EOF >/etc/apk/repositories
|
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/main
|
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/community
|
|
||||||
https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
||||||
EOF
|
|
||||||
msg_ok "Switched to latest-stable Alpine-Release"
|
|
||||||
|
|
||||||
msg_info "Installing Alpine-Nextcloud"
|
msg_info "Installing Alpine-Nextcloud"
|
||||||
$STD apk add nextcloud-mysql mariadb mariadb-client
|
$STD apk add nextcloud-mysql mariadb mariadb-client
|
||||||
$STD mysql_install_db --user=mysql --datadir=/var/lib/mysql
|
$STD mysql_install_db --user=mysql --datadir=/var/lib/mysql
|
||||||
|
@ -236,7 +228,7 @@ msg_ok "Set up Nextcloud-Config"
|
||||||
|
|
||||||
msg_info "Starting Alpine-Nextcloud"
|
msg_info "Starting Alpine-Nextcloud"
|
||||||
$STD rc-service php-fpm82 start
|
$STD rc-service php-fpm82 start
|
||||||
chown -R nextcloud:www-data /var/log/nextcloud/
|
$STD chown -R nextcloud:www-data /var/log/nextcloud/
|
||||||
$STD rc-service php-fpm82 restart
|
$STD rc-service php-fpm82 restart
|
||||||
$STD rc-service nginx start
|
$STD rc-service nginx start
|
||||||
$STD rc-service nextcloud start
|
$STD rc-service nextcloud start
|
||||||
|
|
Loading…
Reference in New Issue