Skip to content

Commit

Permalink
修改外链图片
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhiyi committed Mar 3, 2022
1 parent 0f02dc6 commit 3f158ba
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

## 快速安装

### 普通docker镜像安装

拉取 Vulfocus 镜像:

```
docker pull vulfocus/vulfocus:latest
```
Expand All @@ -29,6 +32,39 @@ docker run -d -p 80:80 -v /var/run/docker.sock:/var/run/docker.sock -e VUL_IP=x

![](./imgs/login.png)



### docker-compose 安装

#### 拉取 vulfocus 和安装项目依赖

```
cd /data
git clone https://github.com/fofapro/vulfocus.git web
```

#### 配置环境参数

```
cd /data/web
vim docker-compose.yaml
```
#### 修改环境运行ip

将环境变量VUL_IP替换成本机ip

![](./imgs/compose.png)



#### 启动项目

```
docker-compose up
```

这时浏览器地址栏输入本机ip即可访问vulfocus服务

## 自定义安装(centos 7系统,需关闭selinux)

环境:
Expand Down Expand Up @@ -361,36 +397,3 @@ systemctl restart firewalld.service
chmod 666 /var/run/docker.sock #注意此处完成配置后尽量不要重新启动docker,否则nginx用户将失去docker的运行权限
```



## docker-compose 安装

#### 拉取 vulfocus 和安装项目依赖

```
cd /data
git clone https://github.com/fofapro/vulfocus.git web
```

#### 配置环境参数

```
cd /data/web
vim docker-compose.yaml
```
#### 修改环境运行ip

将环境变量VUL_IP替换成本机ip

![](https://img.wenhairu.com/images/2022/02/26/ROK6U.png)



#### 启动项目

```
docker-compose up
```

这时浏览器地址栏输入本机ip即可访问vulfocus服务

Binary file added imgs/compose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/cpview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/docker_celery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/docker_cp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/docker_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/image_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/image_manage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/image_point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/publish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/rm_migrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/save_scene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/scene_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/upload_scene.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/views.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f158ba

Please sign in to comment.