Skip to main content
Owncloud 10 on CentOS 7
- Download DVD version and install CentOS
- Configure the LAMP layer with this instruction.
- Upgrade to PHP 5.6 with this instruction.
- Install Owncloud 10 with this instruction.
- 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
- Set exceptions for SELinux
- Set file size limit
- Remote Desktop Setup
- https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-on-centos-7-rhel-7.html
Comments