diff options
Diffstat (limited to 'www/nextcloud/files/pkg-message.in')
| -rw-r--r-- | www/nextcloud/files/pkg-message.in | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/www/nextcloud/files/pkg-message.in b/www/nextcloud/files/pkg-message.in index b875627d618d..8bc0247819a0 100644 --- a/www/nextcloud/files/pkg-message.in +++ b/www/nextcloud/files/pkg-message.in @@ -1,10 +1,9 @@ +[ +{ type: install + message: <<EOM /!\ The FreeBSD package REQUIRES the apps_paths configuration as /!\ /!\ seen in config/config.sample.php to function /!\ -*********************************************************************** -* POST INSTALL CONFIGURATION * -*********************************************************************** - Please note that everything has been installed in %%WWWDIR%%. You will probably want to add an alias to your httpd.conf file, @@ -30,14 +29,14 @@ in the same directory. Nextcloud's configuration documentation is at https://docs.nextcloud.com/server/16/admin_manual/configuration_server The caching options require additional Nextcloud configuration. - -*********************************************************************** -* NEXTCLOUD VERSION UPGRADE * -*********************************************************************** - +} +{ type: upgrade + message: <<EOM After a version migration you should upgrade your nextcloud instance using command line: cd %%WWWDIR%% su -m www -c "php ./occ upgrade" - +EOM +} +] |
