From 63161232e114db791a12ace3df8d70bbc004d6f0 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Thu, 24 Mar 2016 10:37:15 +0000 Subject: [PATCH] Better instructions --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 732406e..e66aa4c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,8 @@ You can take it from a cloud provider, like DigitalOcean or Scaleway and choose You can also buy a baremetal at [Hetzner](https://serverboerse.de/index.php?country=EN) as they are the cheapest options around. Follow these [instructions](INSTALL_HETZNER.md) in this case. +Copy this as your `user_data` and don't forget to change the hostname and your ssh key! + ``` #cloud-config @@ -100,3 +102,5 @@ coreos: cp /indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\ cp /indiehosters/utils/* /opt/bin/' ``` + +And voila, your firet LibrePaaS node is ready! -- GitLab