Skip to content

Commit 72e2b3b

Browse files
ericstoeklalexellis
authored andcommitted
Keep docs in sync with TestDrive.md
Related work: faas repo PR #700 - Remove sample functions for swarm Signed-off-by: Eric Stoekl <[email protected]>
1 parent 08dabf9 commit 72e2b3b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/deployment/docker-swarm.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ $ git clone https://github.com/openfaas/faas && \
3535
./deploy_stack.sh
3636
```
3737

38-
`./deploy_stack.sh` can be run at any time and includes a set of sample functions. You can read more about these in the [TestDrive document](https://github.com/openfaas/faas/blob/master/TestDrive.md)
39-
4038
!!! note
4139
If you want to try newer features you can checkout the `master` branch, but we do not recommend that for first-time users.
4240

41+
To deploy a set of sample functions, [install the OpenFaaS CLI](cli/install/) then deploy the functions in `stack.yml` by running:
42+
43+
```
44+
faas deploy
45+
```
46+
4347
## 2.1 Test out the UI
4448

4549
Within a few seconds (or minutes if on a poor WiFi connection) the API gateway and sample functions will be pulled into your local Docker library and you will be able to access the UI at:

0 commit comments

Comments
 (0)