Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Feb 28, 2020
1 parent 93912a2 commit ad0e8b8
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CCAA

Linux + Caddy + Aria2 + AriaNg,实现离线下载、文件管理、在线播放等功能。
原为`CentOS + Caddy + AriaNg + Aria2`,不过现在不仅仅支持CentOS,主流的Debian、Ubuntu也已经支持,自2.0版本已移除Caddy,改用Golang写了一个简单的webserver来运行AriaNg

- Aria2 提供离线下载
- ccaa_web支撑AriaNg运行
- AriaNg为Aria2 提供WEB界面
- Caddy filemanager提供文件管理
- Filemanager提供文件管理

### 主要功能

Expand All @@ -14,12 +15,34 @@ Linux + Caddy + Aria2 + AriaNg,实现离线下载、文件管理、在线播

### 环境要求

* CentOS 6+/Debian 8+/Ubuntu 14+
* 支持的操作系统:CentOS 7-8、Debian 8-10、Ubuntu 16-18
* 操作系统要求64位

**虽然以上系统经过了基本测试,但不排除可能存着某些特殊情况无法安装,如果问题,请在Github Issues反馈**

### 安装CCAA

请参考帮助文档:[https://dwz.ovh/ccaa](https://dwz.ovh/ccaa)
一键安装脚本(使用root用户):
```
bash <(curl -Lsk https://raw.githubusercontent.com/helloxz/ccaa/master/ccaa.sh)
```
如果出现`-bash: curl: command not found`错误,说明`curl`命令没安装,请输入下面的命令先安装`curl`

```
#Debian or Ubuntu
apt-get -y install curl
#CentOS
yum -y install curl
```

### 常用命令

* ccaa:进入CCAA操作界面
* ccaa status:查看CCAA运行状态
* ccaa stop:停止CCAA
* ccaa start:启动CCAA
* ccaa restart:重启CCAA
* ccaa -v:查看CCAA版本(2.0开始支持)

### 部分截图

Expand Down

0 comments on commit ad0e8b8

Please sign in to comment.