|
30 | 30 | f"ERROR: Missing required environment variables: {', '.join(missing_vars)}" |
31 | 31 | ) |
32 | 32 | print("\nPlease set the following environment variables before running:") |
33 | | - print("export SHOPPING='http://your-server:7770'") |
34 | | - print("export SHOPPING_ADMIN='http://your-server:7780/admin'") |
35 | | - print("export REDDIT='http://your-server:9999'") |
36 | | - print("export GITLAB='http://your-server:8023'") |
37 | | - print("export MAP='http://your-server:3000'") |
| 33 | + print("export SHOPPING='http://YOUR_WEBARENA_SERVER:7770'") |
| 34 | + print("export SHOPPING_ADMIN='http://YOUR_WEBARENA_SERVER:7780/admin'") |
| 35 | + print("export REDDIT='http://YOUR_WEBARENA_SERVER:9999'") |
| 36 | + print("export GITLAB='http://YOUR_WEBARENA_SERVER:8023'") |
| 37 | + print("export MAP='http://YOUR_WEBARENA_SERVER:3000'") |
38 | 38 | print( |
39 | | - "export WIKIPEDIA='http://your-server:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing'" |
| 39 | + "export WIKIPEDIA='http://YOUR_WEBARENA_SERVER:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing'" |
40 | 40 | ) |
41 | 41 | print("export HOMEPAGE='PASS'") |
42 | | - print("\nFor the current demo server, you can use:") |
43 | | - print("export SHOPPING='http://18.208.187.221:7770'") |
44 | | - print("export SHOPPING_ADMIN='http://18.208.187.221:7780/admin'") |
45 | | - print("export REDDIT='http://18.208.187.221:9999'") |
46 | | - print("export GITLAB='http://18.208.187.221:8023'") |
47 | | - print("export MAP='http://18.208.187.221:3000'") |
48 | 42 | print( |
49 | | - "export WIKIPEDIA='http://18.208.187.221:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing'" |
| 43 | + "\nReplace YOUR_WEBARENA_SERVER with your WebArena server's IP address." |
| 44 | + ) |
| 45 | + print( |
| 46 | + "Note: 18.208.187.221 is the map backend server, not the WebArena frontend server." |
50 | 47 | ) |
51 | | - print("export HOMEPAGE='PASS'") |
52 | 48 | exit(1) |
53 | 49 |
|
54 | 50 | print("Environment variables are properly configured") |
|
0 commit comments