This repository was archived by the owner on Dec 27, 2021. It is now read-only.
This repository was archived by the owner on Dec 27, 2021. It is now read-only.
Bundles #57
Open
Description
What I envision as recipe is like a bundled parametric provyfile.
What I mean is to have higher level bundles that configure a server.
A good example:
DjangoBundle.configure_site(
name="my-web-app",
git_repo="my.git",
workers=10
)
And then my django application is configured. We would find the settings.py file or specify one, like settings_provy.py. Any convention works for me, as long as I can get a django app up and running in minutes, instead of hours.
This ticket is NOT about creating a django bundle, though. It's about creating the infrastructure for bundles. Not sure what that is, so it might be a good idea to just choose one example (django sounds good since it's useful to so many people).