Owncloud Introduction:
is a free software developed from the KDE community that provides private WEB services. Current key features include file management (built-in file sharing), music, calendars, contacts, and more, which can be run on PCs and servers.
Simply put is a PHP-based self-built network disk. Basically private use this, because until now the development version has not exposed the registration function. I use the php7.1-based lamp environment to build this owncloud next article will introduce and Ceph object storage consolidation case
First, the environment preparation, here the owncloud is 10 version, so need to php5.6 above the lamp environment, otherwise will error, on the previous article we have taught you how to deploy lamp php7.1 environment, here does not repeat wordy
II. deployment
#下载安装包
wget https://download.owncloud.org/community/owncloud-10.0.2.tar.bz2
#解压缩到 the/var/www directory
Tar axf owncloud-5.0.11.tar.bz2-c/var/www/
#建立数据目录
Cd/var/www/owncloudmkdir data
#权限设定, modify the genus and owner permissions of the Config,data,apps
Chown apache:apache configchown apache:apache datachown apache:apache Apps
#进入html目录下创建软连接
Cd/var/www/htmlln-s. /owncloud/core
#创建conf文件
vi /etc/httpd/conf.d/owncloud.conf < Directory /var/www/owncloud> allowoverride all</directory>alias /owncloud /var/www/owncloud
#
#账号为admin password is the root password
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M02/A4/E5/wKioL1mzusGhopoMAAqeoTbIuZk684.png "title=" Own.png "alt=" Wkiol1mzusghopomaaqeotbiuzk684.png "/> #针对ceph对象存储S3接口设置
650) this.width=650; "src=" Https://s4.51cto.com/wyfs02/M01/06/34/wKiom1mzvV3xQE7KAAIeeoXG0x0840.png "title=" 11111.png "alt=" Wkiom1mzvv3xqe7kaaieeoxg0x0840.png "/>
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M02/A4/E5/wKioL1mzvYjTKSa6AAHKOtDmrIw538.png "title=" 22. PNG "alt=" Wkiol1mzvyjtksa6aahkotdmriw538.png "/>
#根据提示即可设置, the next article will explain the integration with Ceph object storage S3, and if necessary, see
This article is from the "Songcheng" blog, make sure to keep this source http://limaomao.blog.51cto.com/12623570/1963984
Build owncloud Cloud Disk and Ceph object storage S3 based on lamp php7.1 integration case