2025-04-27 09:56:14 +08:00

16 lines
705 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简化部署WebArena-Lite环境
1. 只管理shopping, shopping_admin, gitlab, reddit四个网站。
2. Wiki在webarena-lite中移除所以先不用部署
3. openstreetmap部署非常复杂建议使用官网 https://opensteetmap.org
# 部署方法
1. 保证环境已经加载了四个网站的docker镜像如果还没加载使用`01_docker_load_images.sh`
2. 修改`00_vars.sh`,配置每个网页的端口
3. 拉起/重置环境,执行`sh reset.sh`
# 注意事项
1. 当前配置了访问url为`localhost`,所以只能同一台服务器上的程序能够访问,不能跨机器;
2. 可以使用vscode的端口映射功能映射到笔记本上打开四个网站进行浏览。