How to install VM's on a Hetzner Root-Server with an automated script.
You can find all information in the README file. My goal was to save money and to have multiple independent systems for development, testing, staging and production.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
You can find all information in the README file. My goal was to save money and to have multiple independent systems for development, testing, staging and production.
Comments
Have you seen this?
https://github.com/rmoriz/hetzner-bootstrap https://github.com/rmoriz/hetzner-api
Yes i known this two libs, but they do totally different. My install guide show how you can setup a server with VMs. The 2 gems from rmoriz are ruby api wrapper to the rest hetzner api.
Oh i see you are rmoriz ;-) Maybe i can use https://github.com/rmoriz/hetzner-api to generate the ip config (config.yml) in a automated way.
Post a comment