Setup Scripts for Webarena¶
We will launch a shopping admin website, part of WebArena, to serve as a web server for agent evaluation. The deployment process will follow the instructions in the webarena-setup repository.
Download Docker Image¶
Download shopping_admin_final_0719.tar from the official webarena repo.
Place the archive file, shopping_admin_final_0719.tar, into the directory specified by the
ARCHIVES_LOCATION
parameter withintests/webarena/set_env.sh
Launch the Web Site¶
Please ensure Docker services work in your environment, and perform the following command to launch the web site:
bash shopping_admin.sh start
Stop the Web Site¶
bash shopping_admin.sh stop