1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clarify in comment: PHP 7.1+ issue on diff distros

This commit is contained in:
A Holt 2019-05-16 17:05:06 -04:00 committed by GitHub
parent 1bf146ff2f
commit 77d7dfa958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@ nextcloud_data_dir: "{{ content_base }}/nextcloud/data"
nextcloud_dl_url: https://download.nextcloud.com/server/releases
# 2019-05-11: latest-16.tar.bz2 finally published to https://download.nextcloud.com/server/releases/ (nextcloud/server#15502) e.g. for Ubuntu 18.04 & Debian 10
nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-05-16: for Debian 10 & Ubuntu 18.04 where PHP 7.1+ is available
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-05-16: for Debian 9 & Raspbian 9 where PHP 7.1+ isn't available
nextcloud_orig_src_file_old: latest-15.tar.bz2 # 2019-05-16: for legacy OS's Debian 9 & Raspbian 9 where PHP 7.1+ isn't available
nextcloud_src_file_old: nextcloud_{{ nextcloud_orig_src_file_old }}
nextcloud_orig_src_file: latest-16.tar.bz2 # 2019-05-16: for all other OS's e.g. Debian 10 & Ubuntu 18.04 where PHP 7.1+ is hopefully available!
nextcloud_src_file: nextcloud_{{ nextcloud_orig_src_file }}
# we install on mysql with these setting or those from default_vars, etc.
nextcloud_dbname: nextcloud