-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to edit AMI based websites #192
Comments
Hey! Any updates? Interested in this as well |
It is possible, but the modification will be site-dependent. You will need to locate the source files for each web-app, and make changes on top of that. @frankxu2004 can you maybe give one example on where is the source data live for one website? |
Thanks, that would be really helpful! |
To make changes to the website, it may be best to first start all the website docker containers, and then enter bash inside the container with docker exec -it container_id bash, and search for relevant website files to change. It's going to be hacky for sure, but after all the edits are done, you can commit and snapshot the container into a new docker image for future reuse. Hope it helps. |
I’m conducting a preliminary study to examine how frontend modifications influence agent trajectories and execution. After deploying the environment from the AMI, is there a way to access and edit the frontend files of the website? If so, could you provide guidance on the best approach for making these changes?
The text was updated successfully, but these errors were encountered: