centos7 安装owncloud-10 自测部署安装
### CentOS 7 最小化安裝###
subscription-manager repos --enable rhel-server-rhscl-7-eus-rpms
rpm -ivh?https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh?https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
?
yum install -y httpd php56w php56w-gd php56w-json php56w-pdo php56w-curl php56w-intl php56w-mcrypt php56w-zip php56w-xml php56w-mbstring php56w-mysqlnd
yum -y install wget mariadb-server mariadb
?
CentOS_7 owncloud-files-10.0.8
rpm --import?https://download.owncloud.org/download/repositories/production/CentOS_7/repodata/repomd.xml.key
cd /etc/yum.repos.d/
wget?http://download.owncloud.org/download/repositories/production/CentOS_7/ce:stable.repo?-O /etc/yum.repos.d/ce:stable.repo
yum clean all
yum install owncloud-files
?
systemctl start httpd
systemctl start mariadb
systemctl enable httpd
systemctl enable mariadb
mysqladmin -u root password '111111'
?
mysql -u root -p?
create database clouddb;
grant all on clouddb.* to 'clouddbuser'@'localhost' identified by 'password';
FLUSH PRIVILEGES;
exit
?
關閉SELINUX
關閉防火墻
http://your.ip.add.ress/owncloud
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的centos7 安装owncloud-10 自测部署安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos7 nextcloud do
- 下一篇: Centos6.8 rsync 客户端安