Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.18 KB

INSTALL.md

File metadata and controls

36 lines (22 loc) · 1.18 KB

Instructions to install libre.sh

Recommendation

  • you'd need API key on Namecheap (if you want to automatically buy and configure domain name)

Installation

These instructions depend a bit on your cloud provider.

  1. Install doctl
  2. Issue the following command:
doctl compute droplet create libre.sh --user-data-file ./user_data --wait --ssh-keys $KEY_ID --size 1gb --region lon1 --image coreos-stable

Provider with user_data support

If you use a cloud provider that support user_data, like Scaleway, just use this user_data.

Hetzner

You can also buy a baremetal at Hetzner as they are the cheapest options around. Follow these instructions in this case.

Provider without user_data support

Use boot a live cd, and issue that command:

wget https://raw.github.com/coreos/init/master/bin/coreos-install
bash coreos-install -d /dev/sda -c user_data

And voila, your first libre.sh node is ready!