You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`./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
-
40
38
!!! note
41
39
If you want to try newer features you can checkout the `master` branch, but we do not recommend that for first-time users.
42
40
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
+
43
47
## 2.1 Test out the UI
44
48
45
49
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