简介:
Nextcloud是一款开源免费的私有云存储网盘项目,可以让你快速便捷地搭建一套属于自己或团队的云同步网盘,从而实现跨平台跨设备文件同步、共享、版本控制、团队协作等功能。它的客户端覆盖了Windows、Mac、Android、iOS、Linux 等各种平台,也提供了网页端以及 WebDAV接口,所以你几乎可以在各种设备上方便地访问你的云盘。
安装配置操作系统:Centos7.x环境:Apache,Mysql,PHP
1安装依赖:shell> yum install -y epel-release yum-utils unzip curl wget \bash-completion policycoreutils-python mlocate bzip2shell> yum update -y
2、安装Apacheshell> yum install -y httpdshell> systemctl enable httpd.serviceshell> systemctl start httpd.service
2. 安装 MariaDBshell> yum install mariadb-server -yshell> systemctl start mariadb # 启动服务shell> systemctl enable mariadb # 设置开机启动# 设置 MySQL 账户 root 密码:shell> mysqladmin -u root password 'pwd123’3.
网盘安装
最新推荐文章于 2025-04-08 10:19:32 发布