seafile

./setup-seafile-mysql.sh
Checking python on this machine ...
  Checking python module: setuptools ... Done.
  Checking python module: python-imaging ... Done.
  Checking python module: python-mysqldb ... Done.

-----------------------------------------------------------------
This script will guide you to setup your seafile server using MySQL.
Make sure you have read seafile server manual at

https://github.com/haiwen/seafile/wiki

Press ENTER to continue
-----------------------------------------------------------------

What is the name of the server? It will be displayed on the client.
3 - 15 letters or digits
[ server name ] 安徽沃特水务公司内部云文件共享

安徽沃特水务公司内部云文件共享 is not a valid name

What is the name of the server? It will be displayed on the client.
3 - 15 letters or digits
[ server name ] 沃特水务公司内部云文件共享

沃特水务公司内部云文件共享 is not a valid name

What is the name of the server? It will be displayed on the client.
3 - 15 letters or digits
[ server name ] ahwater file share system

ahwater file share system is not a valid name

What is the name of the server? It will be displayed on the client.
3 - 15 letters or digits
[ server name ] ahwaterFileShareSystem

ahwaterFileShareSystem is not a valid name

What is the name of the server? It will be displayed on the client.
3 - 15 letters or digits
[ server name ] ahwater

What is the ip or domain of the server?
For example: www.mycompany.com, 192.168.1.101
[ This server‘s ip or domain ] 192.168.11.182

Which port do you want to use for the ccnet server?
[ default "10001" ]

Where do you want to put your seafile data?
Please use a volume with enough free space
[ default "/yunpan/seafile-data" ]

Which port do you want to use for the seafile server?
[ default "12001" ]

Which port do you want to use for the seafile fileserver?
[ default "8082" ]

-------------------------------------------------------
Please choose a way to initialize seafile databases:
-------------------------------------------------------

[1] Create new ccnet/seafile/seahub databases
[2] Use existing ccnet/seafile/seahub databases

[ 1 or 2 ] 1

What is the host of mysql server?
[ default "localhost" ]

What is the port of mysql server?
[ default "3306" ]

What is the password of the mysql root user?
[ root password ]

verifying password of user root ...  done

Enter the name for mysql user of seafile. It would be created if not exists.
[ default "root" ] ahwater

Enter the password for mysql user "ahwater":
[ password for ahwater ]

Enter the database name for ccnet-server:
[ default "ccnet-db" ]

Enter the database name for seafile-server:
[ default "seafile-db" ]

Enter the database name for seahub:
[ default "seahub-db" ]

---------------------------------
This is your configuration
---------------------------------

server name:            ahwater
    server ip/domain:       192.168.11.182
    ccnet port:             10001

seafile data dir:       /yunpan/seafile-data
    seafile port:           12001
    fileserver port:        8082

database:               create new
    ccnet database:         ccnet-db
    seafile database:       seafile-db
    seahub database:        seahub-db
    database user:          ahwater

---------------------------------
Press ENTER to continue, or Ctrl-C to abort
---------------------------------

Generating ccnet configuration ...

done
Successly create configuration dir /yunpan/ccnet.
Generating seafile configuration ...

Done.
done
Generating seahub configuration ...

----------------------------------------
Now creating seahub database tables ...

----------------------------------------

creating seafile-server-latest symbolic link ...  done

-----------------------------------------------------------------
Your seafile server configuration has been finished successfully.
-----------------------------------------------------------------

run seafile server:     ./seafile.sh { start | stop | restart }
run seahub  server:     ./seahub.sh  { start <port> | stop | restart <port> }

-----------------------------------------------------------------
If you are behind a firewall, remember to allow input/output of these tcp ports:
-----------------------------------------------------------------

port of ccnet server:         10001
port of seafile server:       12001
port of seafile fileserver:   8082
port of seahub:               8000

When problems occur, Refer to

https://github.com/haiwen/seafile/wiki

for information.

[[email protected] installed]#

时间: 2024-12-18 23:55:28

seafile的相关文章

seafile开源云存储搭建,配置

Seafile安装方法 1.        Seafile官网:官方网站:http://seafile.com/ 2.        Seafile目前已在以下系统上测试过:Debian 6 .Ubuntu 11.10, 12.04 .Centos 5.8, 6.0+,Seafile服务器端有32和64位. 3.        根据官方文档,Seafile建议安装在Home目录下.执行以下命令就是在Home下新建freehao123文件夹,在freehao123文件夹下新建一个installed

搭建 Seafile 专属网盘

准备域名 任务时间:15min ~ 20min 域名注册 如果您还没有域名,可以在腾讯云上选购,过程可以参考下面的视频. 视频 - 在腾讯云上购买域名 域名解析 域名购买完成后, 需要将域名解析到实验云主机上,实验云主机的 IP 为: <您的 CVM IP 地址> 在腾讯云购买的域名,可以到控制台添加解析记录,过程可参考下面的视频: 视频 - 如何在腾讯云上解析域名 域名设置解析后需要过一段时间才会生效,通过 ping 命令检查域名是否生效 [?],如: ping www.yourdomain

Seafile V4.1 安装笔记

yum -y install gcc gcc-c++ make cmake pcre pcre-devel expat expat-devel curl wget openssl mlocate yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel python-devel yum -y install vixie-cron crontabs readline-devel tk-devel t

16.EVE-NG体验Seafile,抛弃10K/s网盘

文章列表(关注微信公众号EmulatedLab,及时获取文章以及下载链接) 1.EVE-NG介绍(EVE-NG最好用的模拟器,仿真环境时代来临!) 2.EVE-NG安装过程介绍 3.EVE-NG导入Dynamips和IOL 4.EVE-NG导入QEMU镜像 5.EVE-NG关联SecureCRT,VNC,Wireshark 6.EVE-NG网卡桥接,带您走进更高级的实验 7.EVE-NG硬盘扩容,存储海量镜像 8.EVE-NG定制个人镜像,脚本快速导入 9.EVE-NG容纳H3C.Huawei,

centos6.8+nginx+python2.7.13配置seafile私有云盘

本文为搭建过程中随笔随记,仅供参考. 本人也是初识linux系统的新手,很多搭建过程中,也是学习的过程,边搭建边搜索相关的资料. 部署Seafile服务器(使用MySQL) 安装配置MySQL,具体过程不再描述. 研究Seafile服务器手册,地址: 1 https://manual-cn.seafile.com 阅读研究相应的文档,依据步骤一步步搭建. 前几步基本上没有问题,启动时出现问题 启动Seafile服务器和Seahub网站 启动 Seafile: 1 ./seafile.sh sta

seafile专业版破解

Seafile 是一款安全.高性能的开源网盘(云存储)软件.Seafile 提供了主流网盘(云盘)产品所具有的功能,包括文件同步.文件共享等.在此基础上,Seafile 还提供了高级的安全保护功能以及群组协作功能.由于 Seafile 是开源的,你可以把它部署在私有云的环境中,作为私有的企业网盘.Seafile 支持 Mac.Linux.Windows 三个桌面平台,支持 Android 和 iOS 两个移动平台. Seafile 是由国内团队开发的国际型项目,目前已有50万左右的用户,以欧洲用

Seafile 推出 “分布式文件同步技术” 打造的私有云服务

近两年来 Dropbox 等云储存服务迅速窜红,各大巨头纷纷推出自家的云储存服务(苹果的 iCloud, 微软的 SkyDrive, Google 即将推出的 GDrive),国内也有类似的服务(金山网盘.袋鼠盘.坚果云等).用户只需将自己的文件资料储存到这些云储存空间上,就可以从自己的台式机.手机.平板等终端设备随时随地访问自己的文件资料,用户如果在一个地方更新文件,其它地方也会自动同步. 挑战以 Dropbox 为代表的传统 “同步网盘”,Seafile 推出 “分布式文件同步技术” 打造的

Centos7开机启动Seafile服务和Nginx服务

我们之前在Seafile服务器的基础上完成Openssl+Nginx反向代理8000端口部署.如今我们让seafile相关的服务能开机启动. 1.创建/usr/lib/systemd/system/seafile.service文件"注意ExecStart和ExecStop参数的路径",内容如下: #cat /usr/lib/systemd/system/seafile.service [Unit]Description=Seafile ServiceAfter=network.tar

Seafile搭建私有云盘

主机系统:Ubuntu 16.04 云盘系统:开源Seafile6.0.7 脚本安装: wget https://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-ubuntu-16-04-amd64-http 先下载好开源Seafile6.0.7安装包,放在/opt/下 bash seafile-server-ubuntu-16-04-amd64-http 6.0.7 管理员账号

centos 6.6搭建seafile私有云盘

1创建云盘目录mkdir /yunpancd /yunpan 2把云盘安装包放到目录下wget http://download-cn.seafile.com/seafile-server_4.2.3_x86-64.tar.gz或者用rz命令上传.用rz要先用yum安装lrzsz. 3.解压tar xzvf seafile-server_4.2.3_x86-64.tar.gzmkdir installedmv seafile-server_* installed 4.更新yumyum update