Changes

From SME Server
Jump to navigationJump to search
Line 1,278: Line 1,278:  
  dnf module enable python36:3.6 -y
 
  dnf module enable python36:3.6 -y
 
  dnf module install php:remi-8.1
 
  dnf module install php:remi-8.1
dnf install php-horde-Horde-Core  --enablerepo=remi-modular,epel,remi,remi-safe,remi-modular,of -y
   
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --excludes=smeserver-mariadb*
 
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --excludes=smeserver-mariadb*
 +
 +
 +
et voilà, you have a non functional SME 11 over Rocky 8 minimal.
 +
 +
ou will have to disable postfix :
 +
systemctl stop postfix
 +
systemctl disable postfix
 +
latter it will be good to also deactivate networkManager, to leave network service doing the job, but you also need to configure e-smith db for the server first.
 +
#systemctl stop NetworkManager
 +
#systemctl disable NetworkManager
 +
then you could try, (you might have no network form there)
 +
 +
signal-event post-install
 +
then try to configure using console
 +
console
 +
signal-event post-upgrade;
 +
signal-event-reboot;
 +
or maybe
 +
 +
signal-event bootstrap-console-save;
 +
signal-event-reboot
 +
from ther eif you are lucky something went up and you can try to test , report as bug or event create a patch
    
== Notes ==
 
== Notes ==
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,228

edits

Navigation menu