You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL and token from the hole state IAST-web page (eg:https://iast-test.huoxian.cn/deploy) > python-agent deployment page,Obtained from the shell command of downloading agent,Replace the url domain name and token respectively
42
+
3. Modify the configuration file `dongtai_agent_python/config.json`
> URL and token from the hole state IAST-web page (eg:https://iast-test.huoxian.cn/deploy) > python-agent deployment page,Obtained from the shell command of downloading agent,Replace the url domain name and token respectively
47
47
4. The project is packaged and executed in the root directory of the agent project
48
-
```shell
49
-
python3 setup.py sdist
50
-
```
48
+
```shell
49
+
python3 setup.py sdist
50
+
```
51
51
5. Install the agent \
52
-
After packaging, the dist directory will be generated, and the installation package will be found in the dist directory, Put the dongtai_agent_python.tar.gz installation package on the machine where the Web-server is located,Execute pip installation
53
-
54
-
```shell
55
-
pip3 install ./dongtai-python-agent.tar.gz
56
-
```
57
-
52
+
After packaging, the dist directory will be generated, and the installation package will be found in the dist directory, Put the dongtai_agent_python.tar.gz installation package on the machine where the Web-server is located,Execute pip installation
3. The project is packaged and executed in the root directory of the agent project
51
-
```shell
52
-
python3 setup.py sdist
53
-
```
54
-
4. Install the agent \
55
-
After packaging, the dist directory will be generated, and the installation package will be found in the dist directory, Put the dongtai_agent_python.tar.gz installation package on the machine where the Web-server is located,Execute pip installation
56
-
57
-
```shell
58
-
pip3 install ./dongtai-python-agent.tar.gz
59
-
```
60
-
50
+
3. Modify the configuration file `dongtai_agent_python/config.json`
> URL and token from the hole state IAST-web page (eg: https://iast-test.huoxian.cn/deploy) > python-agent deployment page,Obtained from the shell command of downloading agent,Replace the url domain name and token respectively
55
+
4. The project is packaged and executed in the root directory of the agent project
56
+
```shell
57
+
python3 setup.py sdist
58
+
```
59
+
5. Install the agent \
60
+
After packaging, the dist directory will be generated, and the installation package will be found in the dist directory, Put the dongtai_agent_python.tar.gz installation package on the machine where the Web-server is located,Execute pip installation
0 commit comments