Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Jul 14, 2020
1 parent eb5f8ac commit 3918123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

[Crawlab](https://github.com/crawlab-team/crawlab) 轻量版本, 基于 Golang 的爬虫管理平台,支持任意语言编写的爬虫。

相比较 [Crawlab](https://github.com/crawlab-team/crawlab),该版本专注于单机上的爬虫管理。
相比较 [Crawlab](https://github.com/crawlab-team/crawlab),该版本专注于单机上的爬虫管理,平台运行不依赖任何的外部数据库,去除了大量非必要功能

:warning: 目前该版本仍在前期开发中部分功能可能不稳定

Expand All @@ -48,6 +48,8 @@ services:
docker-compose up -d
```
3. 访问 `http://localhost:8080`

#### 源代码

1. 克隆仓库
Expand All @@ -71,6 +73,8 @@ cd ../frontend
npm i && npm run serve
```

4. 访问 `http://localhost:8080`

## 截图

#### 爬虫列表
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Lite version of [Crawlab](https://github.com/crawlab-team/crawlab), golang-based web crawler management platform, supporting crawlers in any language.

Compared with [Crawlab](https://github.com/crawlab-team/crawlab), this lite version focuses on crawler management on a single machine.
Compared with [Crawlab](https://github.com/crawlab-team/crawlab), this lite version focuses on crawler management on a single machine, it runs independent of any external database and removes a lot of non-essential features.

:warning: This version is still in early development and some features may be unstable.

Expand Down

0 comments on commit 3918123

Please sign in to comment.