SHRINE 4.0.0 Chapter 3.1 - Installing Prerequisite Packages

SHRINE 4.0.0 Chapter 3.1 - Installing Prerequisite Packages

After installing the Linux OS, install these packages:

  • Postfix (used for sending out emails from the SHRINE system)

    sudo yum remove sendmail //if installed
     
    sudo yum install -y postfix
  • NTP

    sudo yum install -y ntp
    sudo systemctl start ntpd
    sudo systemctl enable ntpd