Skip to content

Commit 9234147

Browse files
fix env
1 parent e636cfe commit 9234147

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ Before running WebArena experiments, you need to set up the WebArena environment
158158
```bash
159159
PUBLIC_HOSTNAME=<YOUR_SERVER_DOMAIN_HERE>
160160

161-
WA_SHOPPING=http://${PUBLIC_HOSTNAME}:7770
162-
WA_SHOPPING_ADMIN=http://${PUBLIC_HOSTNAME}:7780/admin
163-
WA_REDDIT=http://${PUBLIC_HOSTNAME}:9999
164-
WA_GITLAB=http://${PUBLIC_HOSTNAME}:8023
165-
WA_GITLAB_IP=${PUBLIC_HOSTNAME}
166-
WA_WIKIPEDIA=http://${PUBLIC_HOSTNAME}:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing
167-
WA_MAP=http://${PUBLIC_HOSTNAME}:3000
161+
export WA_SHOPPING=http://${PUBLIC_HOSTNAME}:7770
162+
export WA_SHOPPING_ADMIN=http://${PUBLIC_HOSTNAME}:7780/admin
163+
export WA_REDDIT=http://${PUBLIC_HOSTNAME}:9999
164+
export WA_GITLAB=http://${PUBLIC_HOSTNAME}:8023
165+
export WA_GITLAB_IP=${PUBLIC_HOSTNAME}
166+
export WA_WIKIPEDIA=http://${PUBLIC_HOSTNAME}:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing
167+
export WA_MAP=http://${PUBLIC_HOSTNAME}:3000
168168
```
169169

170170
then run the following command.

0 commit comments

Comments
 (0)