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
Copy file name to clipboardExpand all lines: lab1.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,25 @@ $ faas-cli version
86
86
87
87
The instructions for deploying OpenFaaS change from time to time as we strive to make this easier. The following will get OpenFaaS deployed in around 60 seconds:
88
88
89
+
* First clone the repo:
90
+
91
+
```
92
+
$ git clone https://github.com/openfaas/faas
93
+
```
94
+
95
+
* Now checkout the latest version with Git
96
+
97
+
```
98
+
$ cd faas && \
99
+
git checkout 0.7.8
100
+
```
101
+
102
+
> Note: you can see the latest releases on the [project release page](https://github.com/openfaas/faas/releases).
You should now have OpenFaaS deployed. If you are on a shared WiFi connection at an event then it may take several minutes to pull down all the Docker images and start them.
0 commit comments