README.md 889 字节
Newer Older
Z
zhangjianjun_code 已提交
1
# cve-manager
O
openeuler-ci-bot 已提交
2

Z
zhangjianjun_code 已提交
3
## Introduction
O
openeuler-ci-bot 已提交
4

Z
zhangjianjun_code 已提交
5
This repository is used to address the code of openEuler cve manager.
Z
zhangjianjun_code 已提交
6

Z
zhangjianjun_code 已提交
7
## Architecture
Z
zhangjianjun_code 已提交
8

Z
zhangjianjun_code 已提交
9
<img src="./doc/image/Framework.png" />
O
openeuler-ci-bot 已提交
10

Z
zhangjianjun_code 已提交
11
## Prerequisites
O
openeuler-ci-bot 已提交
12

Z
zhangjianjun_code 已提交
13 14
You'll need to setup a MySQL Database before you are getting started.
This is an example to create Database instance.
O
openeuler-ci-bot 已提交
15

Z
zhangjianjun_code 已提交
16 17 18 19 20 21 22 23
* Setup MySQL instance by the Huawei Cloud Relational Database Service (RDS)
* Login in MySQL with your account and password
* Create database instance by running the following command
    ```
    CREATE DATABASE cvevulner;
    source ./doc/sql/db_struct.sql;
    ```
The information of database instance will be used in the following Installation.
O
openeuler-ci-bot 已提交
24

Z
zhangjianjun_code 已提交
25
## Getting Started
O
openeuler-ci-bot 已提交
26

Z
zhangjianjun_code 已提交
27
* [Build the project](doc/md/installx.md)
O
openeuler-ci-bot 已提交
28

Z
zhangjianjun_code 已提交
29
## Process processing help
O
openeuler-ci-bot 已提交
30

Z
update  
zhangjianjun_code 已提交
31 32
See the [Process processing help](doc/md/manual.md) file for details.
> For Chinese version, please refer to [流程处理帮助](doc/md/manual.md).
O
openeuler-ci-bot 已提交
33