experimental installer for getting open source apps running quickly on DigitalOcean
I built this small Sinatra app because I wanted a simpler way for people to install my software OneBody[1] on DigitalOcean.
This uses the new MetaData[2] feature of the DO API to pass a config string to be processed by CloudConfig[3].
Once that is done, there is a small bit of code running on the VM to tell this app when the install is finished so you get a progress bar while you’re waiting.
To be clear, DigitalOcean is doing all the real work – this app simply acts as a hand-off between your app.yml config file on GitHub and the DigitalOcean API.
[1] https://github.com/churchio/onebody [2] https://www.digitalocean.com/community/tutorials/an-introduction-to-droplet-metadata [3] https://www.digitalocean.com/community/tutorials/an-introduction-to-cloud-config-scripting
by: Tim MorganOctober 31, 2014Visit site
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Have you created an Integration, API Wrapper, Service, or other Tool that helps developers build on DigitalOcean? Help users find it by listing it in Community Tools.
A copy of this app is running at http://installer.71m.us, but you are free to install it on your own host since it knows how to install itself using the same tech. (How meta!)