Skip to content

Commit 6502867

Browse files
author
奇淼(piexlmax
authored
Merge pull request #73 from madneal/main
improve README.md
2 parents 780c932 + 3b451cb commit 6502867

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[中文版本(Chinese version)](README.ZH_CN.md)
77

8-
##Project introduction
8+
## Project introduction
99
"huoxian DongTaiIast" is an auxiliary tool specially designed for Party A's security personnel, Party A's code audit engineers and 0 day.
1010

1111
vulnerability mining personnel. It can be used to integrate Devops environment for vulnerability detection, as an auxiliary tool for code audit and automatic mining 0 day.
@@ -17,7 +17,7 @@ vulnerability mining personnel. It can be used to integrate Devops environment f
1717
- `dongtai web `is the front-end project of "huoxian DongTaiIast" and is responsible for page display
1818
- The `agent` is the data collection terminal of each language. It collects the corresponding data from the project where the probe is installed and sends it to the `Dongtai OpenAPI` service
1919

20-
##Local development
20+
## Local development
2121

2222
1. Install `NPM` dependency
2323

@@ -27,15 +27,15 @@ $ npm install
2727

2828
2. Modify local configuration file
2929

30-
Change the `.Env ` file in the `directory_ TARGET_ HOST = ' http://test.iast.huoxian.cn:8081 '` modified to ` Vue_ TARGET_ Host = 'address of your backend service'`
30+
Change the `.env` file in the `directory_TARGET_HOST = 'http://test.iast.huoxian.cn:8081'` modified to ` Vue_TARGET_Host = 'address of your backend service'`
3131

3232
3. Execute the operation command
3333

3434
```bash
3535
$ npm run dev
3636
```
3737

38-
##Deployment scheme
38+
## Deployment scheme
3939

4040
1. Install `NPM` dependency
4141

@@ -51,9 +51,9 @@ $ npm run build
5151

5252
3. Put the `dist` directory into the static resource directory of nginx service
5353

54-
4. Modify nginx configuration and set the back-end service corresponding to the front-end interface. For nginx configuration, refer to ` nginx.conf`
54+
4. Modify nginx configuration and set the back-end service corresponding to the front-end interface. For nginx configuration, refer to `nginx.conf`
5555

56-
###Documentation
56+
### Documentation
5757

5858
- [official documents](https://hxsecurity.github.io/DongTai-Doc/#/)
5959
- [quick experience](http://aws.iast.huoxian.cn:8000/login)

0 commit comments

Comments
 (0)