Nextcloud 15 Beta 1 is out, time to start testing!

If you just want to do a quick test.
Try this in an EC2, Digital Ocean droplet, scaleway server or in your virtualbox.
But not in production!

curl -s https://raw.githubusercontent.com/ReinerNippes/nextcloud/master/prepare_system.sh | /bin/bash
ansible-pull --clean --force -d ~/nextcloud15.beta1 -i 'nextcloud' -U https://github.com/ReinerNippes/nextcloud.git nextcloud.yml \
-e "next_archive=https://download.nextcloud.com/server/prereleases/nextcloud-15.0.0beta2.zip" \
-e "fqdn=ffd3e64f-34c9-4041-8cee-dcfe33908cdd.pub.cloud.scaleway.com" \
-e "ssl_certificate_type=selfsigned" \
-e "talk_install=false" \
-e "install_onlyoffice=false" \
-e "install_collabora=false" \
-e "dhparam_numbits=1024"

Or with Collabora Office and Letsencrypt certificates.

curl -s https://raw.githubusercontent.com/ReinerNippes/nextcloud/master/prepare_system.sh | /bin/bash
ansible-pull --clean --force -d ~/nextcloud15.beta1 -i 'nextcloud' -U https://github.com/ReinerNippes/nextcloud.git nextcloud.yml \
-e "next_archive=https://download.nextcloud.com/server/prereleases/nextcloud-15.0.0beta2.zip" \
-e "fqdn=ffd3e64f-34c9-4041-8cee-dcfe33908cdd.pub.cloud.scaleway.com" \
-e "ssl_certificate_type=letsencrypt" \
-e "cert_email=nc@example.com" \
-e "talk_install=false" \
-e "install_onlyoffice=false" \
-e "install_collabora=true" \
-e "dhparam_numbits=1024"

systemctl restart docker

Login with admin / tOpSecrET2018

Change the fqdn= and cert_mail= lines.
Talk and Onlyoffice didn’t install. I think they not yet compatible with NC15.