bootiful-podcast / processor-v1

A worker process to handle audio production of `.mp3` and .`wav` files using `ffmpeg` and Python.
http://bootifulpodcast.fm
0 stars 0 forks source link

single click installer #3

Open joshlong opened 4 years ago

joshlong commented 4 years ago

We need an installer script that prompts for everything required and builds up and out a service on an IaaS. Can we use buildpacks w/ Python? Perhaps we could build something that takes the code, creates a buildpack container with it, and then scripts the deployment of that container onto an IaaS of choice? Whose coordinates and credentials we'd supply to the script? Later, that IaaS would be K8s somewhere. This thing should connect to Rabbit, it should be able to connect S3, etc.