Skip to content

Mr-Chatwin/seafile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

CentOS 7一键安装Seafile

Seafile 是一款开源的企业云盘,和Owncloud类似,个人感觉Seafile更加稳定,搭建也很简单,写了一个一键脚本,方便安装。(一键脚本使用SqLite 3作为数据库)


环境要求

  • CentOS 7 64位
  • Python >= 2.7
  • SqLite 3

开始安装

#已经安装wget这一步可省略
yum -y install wget
wget https://raw.githubusercontent.com/Mr-Chatwin/seafile/master/install_seafile.sh
chmod +x install_seafile.sh && ./install_seafile.sh

详细说明请访问:[https://www.xiaoz.me/archives/8480](https://www.xiaoz.me/archives/8480

fork自小Z博客  更改安装seafile-pro-server_6.1.4。

About

CentOS 7一键安装Seafile脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%