Nextcloud是一款开源的存储软件,功能丰富,支持多人协同工作,目前完全免费。 官网:https:www。nextcloud。com 架构:LAMP或LNMP 本文以LAMP为基础 注意:php最低版本为7。2 关闭selinux: 1。临时关闭:setenforce0:临时关闭,无需重启系统 2。永久关闭:sedisSELINUXenforcingSELINUXdisabledgetcselinuxconfig:永久关关闭,需要重启系统 关闭防火墙: systemctlstopfirewalld systemctldisablefirewalld 也可以放行相应端口: firewallcmdzonepublicaddport80tcppermanent firewallcmdzonepublicaddport3306tcppermanent 安装Apache2服务器: yuminstallyhttpd 启动httpd systemctlstarthttpd systemctlenablehttpd 安装mariadb数据库: yuminstallymariadbmariadbserver 启动mariadb: systemctlstartmariadb systemctlenablemariadb mariadb操作: 登录mariadb: mysqlurootp(默认密码为空) 创建数据库nextcloud: createdatabaseifnotexistsnextclouddefaultcharactersetutf8collateutf8 创建账户nextcloud: 授权nextcloud的权限: grantallprivilegesonnextcloud。 刷新mariadb权限表: 退出mysql exit CentOS7安装php7。2: php高版本的yum源地址,有两部分,其中一部分是epelrelease,另外一部分来自webtatic。如果跳过epelrelease的话,安装webtatic的时候,会报错。 添加企业扩展源: yuminstallepelreleasey 添加webtatic源 rpmUvhhttps:mirror。webtatic。comyumel7webtaticrelease。rpm php要安装的内容: yumyinstallhttpdphpphpcliphpmysqlndphpzipphpdevelphpgdphpmbstringphpcurlphpxmlphppearphpbcmathphpjsonphppdophppeclapcuphppeclapcudevel 如果觉得麻烦可以直接使用: yuminstallyphp 遇到错误则执行: yuminstallphpskipbroken即可 如果是centos8rhel8则非常方便直接执行: yuminstallyphp 下载nextcloud: yuminstallywget wgetchttps:download。nextcloud。comserverreleasesnextcloud19。0。1。zip 解压nextcloud至varwww yuminstallyunzip unzipdvarwwwnextcloud19。0。1。zip cdvarwww mvhtmlhtml。bak mvnextcloudhtml 设置网盘根目录的属主,属组 chownRapache:apachevarwwwhtml 〔rootnextcloudhtml〕systemctlstophttpd 〔rootnextcloudhtml〕systemctlstarthttpd 输入ip即可进入安装向导 安装完成后登陆后台的界面:首次登录用户名密码自定义如:adminadmin 更改IP地址 更改主机IP地址后修改如下文件 cdvarwwwhtmlconfig viconfig。php ip修改为更改后的主机地址 未修改地址访问web会报错如下图: nextcloud各平台客户端下载: nextcloudwindowsagent:https:download。nextcloud。comdesktopreleasesWindowslatest nextcloudMACagent:https:download。nextcloud。comdesktopreleasesMacInstallerlatest nextcloudLinuxagent:https:download。nextcloud。comdesktopreleasesLinuxlatest nextcloudAndroidagent:https:apps。nextcloud。comcategoriesintegration?searchandroid nextcloudIOSagent:https:apps。nextcloud。comcategoriesintegration?searchios