https://bugs.contribs.org/show_bug.cgi?id=11017

            Bug ID: 11017
           Summary: smeserver-nextcloud PHP Version
    Classification: Contribs
           Product: SME Contribs
           Version: 10alpha
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-nextcloud
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

>From Rocket.Chat conversation with JP

php for nextcloud you simply need to see the template
/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud

if ($PHP_VERSION eq '72'){

so just do

mkdir -p /etc/e-smith/templates-custom/etc/php-fpm.d/www.conf/
cp -a /etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud
/etc/e-smith/templates-custom/etc/php-fpm.d/www.conf/
mkdir -p /etc/e-smith/templates/etc/httpd/conf/httpd.conf/
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
cp -a /etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
cp -a
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig15nextcloud
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
mkdir -p /etc/e-smith/templates-custom/etc/crontab/
cp -a /etc/e-smith/templates/etc/crontab/98nextcloud
/etc/e-smith/templates-custom/etc/crontab/

then change 72 to have it to 74 in the 4 files

and signal-event nextcloud-update

you also need to edit /usr/bin/OCC

and /etc/e-smith/events/actions/nextcloud*

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to