On Prem Cloud Storage / Owncloud Installation ☁☁☁

LazyAdmin
LazyAdmin
215 بار بازدید - 4 سال پیش - This Video has step by
This Video has step by step installation of OwnCloud a filesharing on prem cloud solution. Alternative of DropBox, Gdrive, One Cloud Installation of LAMPP yum install httpd -y 1. APACHE WEB SERVER systemctl enable httpd systemctl start httpd 2. MARIADB SERVER yum install mariadb-server mysql -V systemctl start mariadb-server mysql_secure_installation 3. PHP Installation dnf install php php-mysqlnd To Install PHP 7.3 dnf install dl.fedoraproject.org/pub/epel/epel-release-latest-… dnf install rpms.remirepo.net/enterprise/remi-release-8.rpm RESET PHP 7.2 dnf module reset php:7.2 dnf module enable php:remi-7.3 dnf install php php-mysqlnd PHP TEST PAGE vi /var/www/html/test.php On Browser http://ipoftheserver/test.php systemctl restart httpd 4. Installing OWNCLOUD PHP PreRequisites dnf install php-mbstring php-gd php-pecl-zip php-xml php-json php-intl unzip rpm --import download.owncloud.org/download/repositories/produc… dnf config-manager --add-repo download.owncloud.org/download/repositories/produc… dnf install owncloud-files dnf localinstall download.owncloud.org/download/repositories/produc… 5. Setting up VIrtual Host vi /etc/httpd/conf.d/owncloud.conf 6. TEST APACHE CONF apachectl configtest 7. Final http://Server_IP_or_hostname
4 سال پیش در تاریخ 1399/05/11 منتشر شده است.
215 بـار بازدید شده
... بیشتر