Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

RHEL7 deploys private cloud disk

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

OwnCloud is a file hosting service software, which is the cloud storage we usually use, but this is to build our own private cloud on the server of our own host. OwnCloud is released using AGPLv3 protocol. This project is based on PHP and SQLite,MySQL,Oracle or PostgreSQL databases, so it can run on all platforms

Download the owncloud installation package [root@chao tools] # wget https://download.owncloud.org/community/owncloud-10.0.2.zip--2020-06-01 15 owncloud 09 owncloud 12 color-https://download.owncloud.org/community/owncloud-10.0.2.zip is parsing the host download.owncloud.org (download.owncloud.org). 116.203.164.24, 2a01purl 4f8purl 1c0cRV 8147: download.owncloud.org (download.owncloud.org) is being connected | 116.203.164.24 |: 443. Connected. A HTTP request has been made and is waiting for a response. 301 Moved Permanently location: https://attic.owncloud.org/community/owncloud-10.0.2.zip [follows to the new URL]-- 2020-06-01 15 HTTP 09Rose 18muri-https://attic.owncloud.org/community/owncloud-10.0.2.zip is parsing host attic.owncloud.org (attic.owncloud.org). 195.201.36.192, 2a01:4f8:c2c:5c1d::1 is connecting attic.owncloud.org (attic.owncloud.org) | 195.201.36.192 |: 443. Connected. A HTTP request has been issued Waiting for a response. 200 OK length: 42123371 (40m) [application/zip] is being saved to: "owncloud-10.0.2.zip" 100% [= >] 42123371 232KB/s usage 3m 14s 2020-06-01 15:12:34 (212KB/s)-saved "owncloud-10.0.2.zip" [42123371 lsowncloud-10.0.2.zip 42123371]) [root@chao tools] # lsowncloud-10.0.2.zip installation dependency package component [root@chao tools] # yum install-y httpd php php-mysql mariadb-server mariadb sqlite php-dom php-mbstring php-gd php-pdo wget vim combines the owncloud package with apache to extract owncloud to the apache directory [root@chao tools] # unzip owncloud-10.0.2.zip-d / var/www/html/ authorization [root@chao tools] # chown-R apache.apache / var/www/html/owncloud/ settings database startup database and Apache [root @ chao tools] # systemctl start mariadb [root@chao tools] # systemctl start httpd turn off the firewall and se linux [root@chao tools] # setenforce 0 [root@chao tools] # systemctl stop firewalld create a user and authorize [root@chao tools] # mysqlWelcome to the MariaDB monitor. Commands end with; or\ g.Your MariaDB connection id is 2Server version: 5.5.56-MariaDB MariaDB ServerCopyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.Type 'help;' or'\ h' for help. Type'\ c'to clear the current input statement.MariaDB [(none)] > create database owncloud;Query OK, 1 row affected (0.00 sec) MariaDB [(none)] > create user 'owncloud'@'localhost' identified by' 123456 inquiry OK, 0 rows affected (0.00 sec) MariaDB [(none)] > grant all on owncloud.* to 'owncloud'@'%';Query OK, 0 rows affected (0.00 sec) MariaDB [(none)] > flush privileges Query OK, 0 rows affected (0.00 sec) MariaDB [(none)] > quitBye login

Fill in the relevant database information

Deployment complete

test

Uploaded successfully!

Original address: https://www.linuxprobe.com/rhel-owncloud.html

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report