From 3d2af2b34ff8e8d2351dd68491320fb70c582198 Mon Sep 17 00:00:00 2001 From: John McCabe Date: Wed, 9 Aug 2017 22:08:43 +0100 Subject: [PATCH] Add deploy_stack scripts to TestDrive Docs section This commit reorgs the TestDrive section slightly, explicitly calling out the one-line scripts used to start the FaaS stack locally. Signed-off-by: John McCabe --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b98f891..47d48e58 100644 --- a/README.md +++ b/README.md @@ -111,12 +111,24 @@ This is my original blog post on FaaS from January: [Functions as a Service blog ### TestDrive -A one-line script is provided to help you get started quickly. You can test-drive FaaS on Docker Swarm with a set of sample functions as defined in the provided [docker-compose.yml](https://github.com/alexellis/faas/blob/master/docker-compose.yml) file. Alternatively if you have a Kubernetes cluster you can [start here](https://github.com/alexellis/faas-netes). +**Docker Playground** -Use your own laptop or the free community-run Docker playground: play-with-docker.com (PWD) with the button below: +You can quickly start FaaS on Docker Swarm online using the community-run Docker playground: play-with-docker.com (PWD) by clicking the button below: [![Try in PWD](https://cdn.rawgit.com/play-with-docker/stacks/cff22438/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/alexellis/faas/master/docker-compose.yml&stack_name=func) +**Docker Swarm** + +A set of one-line scripts are provided to help you quickly test-drive FaaS on Docker Swarm with a set of sample functions as defined in the provided [docker-compose.yml](https://github.com/alexellis/faas/blob/master/docker-compose.yml) file. + +- `deploy_stack.sh` - for OSX/Linux on x86_64 +- `deploy_stack.armhf.sh` - for Linux on ARM (Raspberry Pi for example) +- `deploy_stack.ps1` - for Windows + +**Kubernetes** + +Alternatively if you have a Kubernetes cluster you can [start here](https://github.com/alexellis/faas-netes). + ### [Begin the TestDrive with Docker Swarm](https://github.com/alexellis/faas/blob/master/TestDrive.md) Here is a screenshot of the API gateway portal - designed for ease of use.