From 27cfe465cae4d3516a794c721c4319f790b4a45e Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 17 Feb 2020 17:27:55 +0000 Subject: [PATCH] Update context on DO Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5664d3c..3e90df5 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,11 @@ You can use the standard [faas-cli](https://github.com/openfaas/faas-cli) along ## Tutorials -### Get started on DigitalOcean or with cloud-init +### Get started on DigitalOcean, or any other IaaS -* [Build a Serverless appliance with cloud-init and faasd](https://blog.alexellis.io/deploy-serverless-faasd-with-cloud-init/) +If your IaaS supports `user_data` aka "cloud-init", then this guide is for you. If not, then checkout the approach and feel free to run each step manually. + +* [Build a Serverless appliance with faasd](https://blog.alexellis.io/deploy-serverless-faasd-with-cloud-init/) ### Run locally on MacOS, Linux, or Windows with Multipass.run