一、一键快速安装

两条命令完成安装:

[root@localhost package]# wget https://raw.githubusercontent.com/helloxz/seafile/master/install_seafile.sh

[root@localhost package]# chmod +x install_seafile.sh && ./install_seafile.sh

一键安装中会有对话的形式设置管理员名称和密码等,以及访问地址名称,如下可以看到打印信息,seafile默认用到的两个端口是8000  8082  注意防火墙设置

[root@localhost package]# wget https://raw.githubusercontent.com/helloxz/seafile/master/install_seafile.sh
--2022-09-14 21:42:43--  https://raw.githubusercontent.com/helloxz/seafile/master/install_seafile.sh
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ...
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2537 (2.5K) [text/plain]
正在保存至: “install_seafile.sh”100%[=========================================================================================>] 2,537       --.-K/s 用时 0s      2022-09-14 21:42:44 (24.0 MB/s) - 已保存 “install_seafile.sh” [2537/2537])[root@localhost package]# ls
install_seafile.sh  seafile-server_9.0.8_x86-64.tar.gz
[root@localhost package]# chmod +x install_seafile.sh && ./install_seafile.sh
##########  欢迎使用Seafile一键安装脚本^_^    ##########
1.安装Seafile
2.卸载Seafile
3.退出
请输入选项:(1.2.3):1已加载插件:fastestmirror, langpacks, product-id, search-disabled-repos, subscription-managerThis system is not registered with an entitlement server. You can use subscription-manager to register.Loading mirror speeds from cached hostfile* base: mirrors.aliyun.com* extras: mirrors.aliyun.com* updates: mirrors.ustc.edu.cn
软件包 python-setuptools-0.9.8-7.el7.noarch 已安装并且是最新版本
软件包 python-pillow-2.0.0-23.gitd1c6db8.el7_9.x86_64 已安装并且是最新版本
软件包 python-ldap-2.4.15-2.el7.x86_64 已安装并且是最新版本
软件包 MySQL-python-1.2.5-1.el7.x86_64 已安装并且是最新版本
软件包 python-memcached-1.48-4.el7.noarch 已安装并且是最新版本
软件包 python-urllib3-1.10.2-7.el7.noarch 已安装并且是最新版本
无须任何处理
-----------------------------------------------------------------
This script will guide you to config and setup your seafile server.Make sure you have read seafile server manual at https://github.com/haiwen/seafile/wikiNote: This script will guide your to setup seafile server using sqlite3,
which may have problems if your disk is on a NFS/CIFS/USB.
In these cases, we sugguest you setup seafile server using MySQL.Press [ENTER] to continue
-----------------------------------------------------------------Checking packages needed by seafile ...Checking python on this machine ...
Find python: python2.7Checking python module: setuptools ... Done.Checking python module: python-imaging ... Done.Checking python module: python-sqlite3 ... Done.Checking for sqlite3 ...Done.Checking Done.What would you like to use as the name of this seafile server?
Your seafile users will be able to see the name in their seafile client.
You can use a-z, A-Z, 0-9, _ and -, and the length should be 3 ~ 15
[server name]: adminWhat is the ip or domain of this server?
For example, www.mycompany.com, or, 192.168.1.101[This server's ip or domain]: 172.16.14.7Where would you like to store your seafile data?
Note: Please use a volume with enough free space.
[default: /home/MyCloud/seafile-data ] What tcp port do you want to use for seafile fileserver?
8082 is the recommended port.
[default: 8082 ] This is your config information:server name:        admin
server ip/domain:   172.16.14.7
seafile data dir:   /home/MyCloud/seafile-data
fileserver port:    8082If you are OK with the configuration, press [ENTER] to continue.Generating ccnet configuration in /home/MyCloud/ccnet...done
Successly create configuration dir /home/MyCloud/ccnet.Generating seafile configuration in /home/MyCloud/seafile-data ...Done.-----------------------------------------------------------------
Seahub is the web interface for seafile server.
Now let's setup seahub configuration. Press [ENTER] to continue
-----------------------------------------------------------------Creating seahub database now, it may take one minute, please wait... Done.creating seafile-server-latest symbolic link ... done-----------------------------------------------------------------
Your seafile server configuration has been completed successfully.
-----------------------------------------------------------------run seafile server:     ./seafile.sh { start | stop | restart }
run seahub  server:     ./seahub.sh  { start <port> | stop | restart <port> }-----------------------------------------------------------------
If the server is behind a firewall, remember to open these tcp ports:
-----------------------------------------------------------------port of seafile fileserver:   8082
port of seahub:               8000When problems occur, refer tohttps://github.com/haiwen/seafile/wikifor more information.[09/14/22 21:49:07] ../common/session.c(132): using config file /home/MyCloud/conf/ccnet.conf
Starting seafile server, please wait ...
Seafile server startedDone.LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub at port 8000 ...----------------------------------------
It's the first time you start the seafile server. Now let's create the admin account
----------------------------------------What is the email for the admin account?
[ admin email ] mymail@mail.comWhat is the password for the admin account?
[ admin password ] Enter the password again:
[ admin password again ] ----------------------------------------
Successfully created seafile admin
----------------------------------------Seahub is startedDone.Warning: ALREADY_ENABLED: 8000:tcp
success
Warning: ALREADY_ENABLED: 8082:tcp
success
success% Total    % Received % Xferd  Average Speed   Time    Time     Time  CurrentDload  Upload   Total   Spent    Left  Speed
100   146    0   146    0     0     69      0 --:--:--  0:00:02 --:--:--    69
------------------------------------------------------
恭喜,安装完成。请访问:http://<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
:8000l>
帮助文档请访问:https://www.xiaoz.me/archives/8480
阿里云用户请注意放行端口(8000/8082):https://www.xiaoz.me/archives/9310
------------------------------------------------------

安装完成。

二、测试

能打开网页,能正常上传下载文件,说明ok

(三)安装seafile服务器相关推荐

  1. 宝塔linux面板安装seafile,Centos7 安装seafile 企业共享网盘

    安装环境 yum -y install epel-release yum -y install python-imaging MySQL-python python-memcached python- ...

  2. 网页版文件服务器搭建,Windows 下部署 Seafile 服务器

    ### 安装与升级 我们测试用的系统是 Windows 2008 server R2 SP1. - [下载安装 Windows 版 Seafile 服务器](#) - [安装 Seafile 为 Wi ...

  3. seafile服务器版能安装在虚拟机上,seafile安装教程linux

    seafile安装教程linux [2021-02-15 06:48:59]  简介: php去除nbsp的方法:首先创建一个PHP代码示例文件:然后通过"preg_replace(&quo ...

  4. 服务器虚拟化 实验,VMware vSphere服务器虚拟化实验三 安装vCenter Server

    VMware vSphere服务器虚拟化实验三 安装vCenter Server vCenter Server是vSphere的核心管理工具,它可以管理数据中心访问控制.性能监控和配置,并统一各个服务 ...

  5. Windows 下部署 Seafile 服务器搭建私人网盘

    Seafile是开源的网盘系统,分免费版和收费版,免费版已足够正常情况使用.Seafile的windows版本安装非常简单,先放三张系统界面的图: web版的界面: PC客户端界面: APP界面: 1 ...

  6. dns域名解析过程_域名解析怎样工作,Windows server 2008 R2如何安装DNS服务器

    首先简单介绍DNS,DNS(Domain Name System)是"域名系统"的英文缩写,用来为TCP/IP网络提供将主机名或域名转换为IP地址的服务.举例来说,如果要访问域名m ...

  7. 服务器安装centos5.5下安装samba服务器以及windows访问samba服务器

    最近使用开发的进程中出现了一个小问题,顺便记录一下原因和方法--服务器安装 windows下,想必大家都用过同享功能吧,的确很便利,直接把文件放在同享目录下即可. 那Linux下是如何实现这种同享功能 ...

  8. 安装FTP服务器并配置虚拟用户账号

    一.基本内容概述: 1.FTP服务的基本概念           FTP是用于进行文件传输的网络协议          FTP服务中分为服务器和客户机两个角色    2.FTP服务器的传输模式     ...

  9. laravel5.8笔记一:安装与服务器环境配置

    laravel版本:5.8 环境要求: PHP >= 7.1.3 OpenSSL PHP 扩展 PDO PHP 扩展 Mbstring PHP 扩展 Tokenizer PHP 扩展 XML P ...

最新文章

  1. (C++)1021 个位数统计
  2. Java中的注解到底是如何工作的?
  3. 完美世界推穿戴式设备:能消灭“宅玩家”吗?
  4. How to Install Snapd and Snap applications on CentOS 7
  5. JS学习--Number对象
  6. 斯坦福CS231n—深度学习与计算机视觉----学习笔记 课时6
  7. bs4 乱码_python使用beautifulsoup乱码问题
  8. 苹果HomeKit、小米、谷歌HomeKit等智能家居系统,哪一款适合你?【智能家居评测】
  9. UE4HTTP下载网速过慢问题
  10. java web工程中如何添加图片_java web中如何添加图片
  11. 人脸识别技术原来还有这个用途?赶紧get
  12. 非常喜欢微信公众号最近的几个新能力
  13. 带大家读python数据分析一书(三)
  14. 地图图像迁移研究与实现
  15. vue安装postcss-pxtorem报错
  16. Linux修改系统时间、时区
  17. 自己写的忽略大小写查找字符串的子串的函数
  18. Java鼠标双击事件
  19. Excel统计QQ聊天记录条数
  20. Navicat 连接SQL Server ERROR [IM002] [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序

热门文章

  1. 查询攻略,将多个退回延误的快递单号物流设置分类
  2. Cocos Creator 随笔(1)-- 世界坐标,相对坐标转换问题
  3. C# DGV常用操作
  4. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`
  5. 软件测试的类型有那些?都有什么不同?
  6. 接口加密(TokenSpringCloud项目中进行token认证)
  7. HTML5面试题总结
  8. 谷歌drive收费_Google Drive的系统设计分析
  9. 什么是android应用程序未安装,Android 解决应用程序未安装的三种方法
  10. sql经典面试题50题