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

create minimal app we can use to deploy interactive versions of mesa models to the sandbox server #24

Closed
rlskoeser opened this issue Sep 13, 2023 · 1 comment
Assignees

Comments

@rlskoeser
Copy link
Contributor

Solara can be deployed with Flask; see self-hosting Solara apps ; and a single solara app can be embedded as one part of a flask app using flask blueprints - so it seems like we ought to be able to create a simple flask app that provides a way to serve out multiple Mesa projects. I'm imagining a super-simple landing page with links to each simulation, and then use the existing solara app for each of our simulations that support it.

We'll also need a playbook for deploying the flask app to the sandbox; I'll track that under a separate task.

@rlskoeser rlskoeser changed the title create minimal flask app we can use to deploy interactive versions of mesa models to the sandbox server create minimal app we can use to deploy interactive versions of mesa models to the sandbox server Sep 27, 2023
@rlskoeser rlskoeser self-assigned this Oct 10, 2023
@rlskoeser
Copy link
Contributor Author

solara app is running on the sandbox server; new deploy script reviewed and OKed.

some issues still to be resolved with the app itself, but those can be tracked separately

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

2 participants