https://github.com/helloxz/seafile
CentOS 7一键安装Seafile脚本(此项目不再维护)
https://github.com/helloxz/seafile
Last synced: about 1 year ago
JSON representation
CentOS 7一键安装Seafile脚本(此项目不再维护)
- Host: GitHub
- URL: https://github.com/helloxz/seafile
- Owner: helloxz
- Created: 2017-06-12T05:15:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T14:13:24.000Z (about 8 years ago)
- Last Synced: 2025-04-02T22:21:07.411Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 40
- Watchers: 5
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CentOS 7一键安装Seafile
Seafile 是一款开源的企业云盘,和Owncloud类似,个人感觉Seafile更加稳定,搭建也很简单,写了一个一键脚本,方便安装。(一键脚本使用SqLite 3作为数据库)
___
### 环境要求
* CentOS 7 64位
* Python >= 2.7
* SqLite 3
### 开始安装
```bash
#已经安装wget这一步可省略
yum -y install wget
wget https://raw.githubusercontent.com/helloxz/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)