{"id":4812,"date":"2019-12-14T19:46:27","date_gmt":"2019-12-14T16:46:27","guid":{"rendered":"https:\/\/kifarunix.com\/?p=4812"},"modified":"2024-03-12T23:33:54","modified_gmt":"2024-03-12T20:33:54","slug":"install-owncloud-server-on-centos-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-owncloud-server-on-centos-8\/","title":{"rendered":"Install ownCloud Server on CentOS 8"},"content":{"rendered":"\n

In this guide, we are going to learn how to install ownCloud Server on CentOS 8. If you are here, then we assume that you already know what ownCloud<\/a> is and what it does.<\/p>\n\n\n\n

Installing ownCloud Server on CentOS 8<\/h2>\n\n\n\n

Install and Setup LAMP Stack<\/h3>\n\n\n\n

ownCloud requires the LAMP stack components in order to run.  For optimal ownCloud performance ensure that you are running;<\/p>\n\n\n\n

Database<\/td>MariaDB 10+<\/td><\/tr>
Web server<\/td>Apache 2.4<\/td><\/tr>
PHP<\/td>7.3<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

Therefore , check our guide on installing LAMP stack on CentOS 8 by following the link below;<\/p>\n\n\n\n

Install LAMP Stack on CentOS 8<\/a><\/p>\n\n\n\n

Install other important PHP modules.<\/p>\n\n\n\n

dnf install php-{bz2,curl,gd,imagick,intl,zip}<\/code><\/pre>\n\n\n\n

Install ownCloud Server<\/h3>\n\n\n\n

There are two ways through which ownCloud server can be installed on a CentOS 8 system;<\/p>\n\n\n\n