Open wknd opened 6 years ago
the goal here is to just have a simple repo that can be put to use in seconds. Need to do more phpbb stuff? just set the config to the phpbb stuff and go. While at the same time if I want to know what all the dependencies are and how to set it up manually I can just look at a bash script.
proper provisioners are ofcourse better suited to the task. But I just don't like having to look at many config files, or depend on 3rd parties for each component.
As I expand on basic functionality, this project becomes more useless.
I'm thinking of auto detecting the different projects instead of hardcoding them in bootstrap.sh, and then if I do that, why not put each projects files in its own git submodule.
and if I do that.. then why not just use puppet or salt or whatever for provisioning instead of bash scripts?