Owncloud 10 on CentOS 7

  1. Download DVD version and install CentOS
  2. Configure the LAMP layer with this instruction.
  3. Upgrade to PHP 5.6 with this instruction.
  4. Install Owncloud 10 with this instruction.
  5. Open firewall for Apache:
     sudo firewall-cmd --permanent --add-port=80/tcp
     sudo firewall-cmd --permanent --add-port=443/tcp

    Reload the firewall service for the changes to take effect.
     sudo firewall-cmd --reload
  6. Set exceptions for SELinux
  7. Set file size limit
  8. Remote Desktop Setup
    1. https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html

Comments

Popular Posts