Skip to content

Commit

Permalink
更新安装信息
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Aug 14, 2018
1 parent d57ec73 commit 228f5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ sudo apt install python-celery-common
sudo apt install git
git clone https://github.com/boy-hack/w11scan
cd w11scan
pip3 install -r requirement.txt
pip3 install -r requirements.txt
```

### 2. 安装redis、mongodb、导入指纹数据
```
sudo apt install redis-server (下载完成后默认运行)
sudo apt install mongodb (下载完成后默认运行)
mkdir -p /data/db (建立Mongodb存储目录)
```
我们需要让mongodb在65521端口上运行,先停止mongodb
```
Expand Down

0 comments on commit 228f5c9

Please sign in to comment.