Skip to content
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

Open
saduri2004 opened this issue Dec 15, 2024 · 4 comments
Open

How to edit AMI based websites #192

saduri2004 opened this issue Dec 15, 2024 · 4 comments

Comments

@saduri2004
Copy link

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?

@lzy37ld
Copy link

lzy37ld commented Jan 16, 2025

Hey! Any updates? Interested in this as well

@shuyanzhou
Copy link
Contributor

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?

@lzy37ld
Copy link

lzy37ld commented Jan 23, 2025

Thanks, that would be really helpful!

@frankxu2004
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants