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
The current ordering implies to users that they are able to deploy the samples before
it is explained that it may take a (small) period of time for the OF stack to download
and initialise.
This change moves the instruction to deploy the sample functions after the explanation
that deploying the stack may take time and means that the user will not try to deploy
the sample functions until they have seen the ui, guaranteeing that the gateway is ready.
Signed-off-by: rgee0 <[email protected]>
If you want to try newer features you can checkout the `master` branch, but we do not recommend that for first-time users.
40
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
-
47
41
## 2.1 Test out the UI
48
42
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:
43
+
Within a few seconds (or minutes if on a poor WiFi connection) the API gateway and associated OpenFaaS images will be pulled into your local Docker library and you will be able to access the UI at:
50
44
51
45
`http://127.0.0.1:8080`
52
46
53
47
!!! tip
54
48
If you're running on Linux you may find that accessing `localhost` times out. We recommend using an IPv4 address such as http://127.0.0.1:8080 to prevent any ambiguity.
55
49
50
+
## 2.2 Deploy the sample functions
51
+
52
+
The earlier `git clone` included a set of sample functions in `stack.yml`, to deploy them [install the OpenFaaS CLI](cli/install/) and run:
53
+
54
+
```
55
+
faas deploy
56
+
```
57
+
56
58
## 3.0 Start the hands-on labs
57
59
58
60
Learn how to build serverless functions with OpenFaaS and Python in our half-day workshop. You can follow along online at your own pace.
0 commit comments