Join the community today
Register Now

(auto) server management

Discussion in 'Install & Upgrades or Pre-Install Questions' started by tommyz, Dec 19, 2014.

  1. tommyz

    tommyz New Member

    6
    2
    3
    Dec 19, 2014
    Ratings:
    +3
    Local Time:
    4:33 AM
    Hi there

    I would really like to use Centmin mod to setup my stacks for wordpress sites on digitalocean droplets but...


    I am also looking for a tool that will manage the server for me (updates and security patches). That is something that serverpilot does for me, any way to achieve this and to use centmin mod? maybe centmin mod does it already and I don't know about it?

    any advice would be appreciated,

    tom
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,461
    12,128
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,668
    Local Time:
    11:33 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Well there's not much in way of updates besides standard CentOS YUM packages

    for system packages the SSH command is just
    Code:
    yum -y update
    and then for Nginx, PHP-FPM it's source compiled so updates are via centmin.sh menu option 4 and 5 respectively.

    Only tricky one is OpenSSL updates which involves both system YUM update and Nginx recompile via centmin.sh menu option 4 see example at Nginx - Updating OpenSSL 1.0.1j for Centmin Mod | Centmin Mod Community