In this video I have expained about How to Install Nextcloud 18 on CentOS/RHEL.
To install LAMP stack watch the below video
• How to Install LAMP(Linux,Apache,Mysql,PHP...
Note : I have missed a step in the video.
After extracting and moving the Next Cloud package contents, do the below steps and proceed further.
mkdir /var/www/html/nextcloud/data
chown apache:apache -R /var/www/html/nextcloud/data
Before installing make sure you done the below steps
Disable SElinux and firewalld
Install LAMP stack with PHP 7.2 or 7.3
In the above mentioned LAMP stack video i have installed PHP 5
so follow the below steps to install PHP 7.3
yum install https://dl.fedoraproject.org/pub/epel...
yum install http://rpms.remirepo.net/enterprise/r...
yum install yum-utils
yum-config-manager --enable remi-php73
yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo
Dependency packages to be installed
yum -y install php-cli php-mysql php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json php-pdo php-pecl-apcu php-pecl-apcu-devel