Installing xcache on centos 7

Discussion in 'Server Management' started by MultiBam, Apr 15, 2018.

  1. MultiBam

    MultiBam Administrator Staff Member

    Install the EPEL repository with the following command: sudo yum install epel-release

    Confirm your work and refresh the repo list by running: sudo yum repolist

    sudo yum -y update

    sudo yum -y install php-xcache xcache-admin

    php -m | grep XCache

    php -v
     
    Last edited: Apr 15, 2018

Share This Page