CentOS+宝塔部署seafile教程 一、准备环境 CentOS7+宝塔,这个太简单,不再描述了。 二、宝塔安装软件 1.Nginx1.18 2.MySQL 3.Memcached 三、上传seafile安装文件到CentOS 可以根据我的操作来,也可以自己选择上传的位置。 1.在宝塔页面 左侧导航栏 中,找到 文件 ,选择 根目录 --- OPT 目录,新建文件夹 seafile ,然后把压缩包上传至该文件夹,最后文件路径为 /opt/seafile/seafile_pro_XXX.tar.gz 四、查看数据库root密码 在宝塔页面 左侧导航栏 中,找到 数据库 ,点击 root密码 ,复制显示的root密码,或者修改为自己需要的密码。 五、开始安装seafile 1.在宝塔页面 左侧导航栏 中,找到 终端 ,输入root密码,进入终端命令界面。 2.在 ssh 下,进入 /opt/seafile 目录。 # cd /opt/seafile 解压上传的安装包文件。 # tar -zxvf seafile-pro-server_6.3.9_x86-64.tar.gz 2.进入解压后的文件夹 # cd seafile-pro-server-6.3.9/ 3.执行安装命令 # ./setup-seafile-mysql.sh 4.系统会提示当前缺少什么插件,根据提示复制命令,安装即可。 5.重复第3至第4操作,直到开始安装界面,当出现 Press ENTER to continue 时,就说明开始安装了。 6.根据实际情况,进行配置 What is the name of the server? It will be displayed on the client. 3 - 15 letters or digits [ server name ] seafile What is the ip or domain of the server? For example: www.mycompany.com, 192.168.1.101 [ This server's ip or domain ] 10.0.0.3 Where do y...