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
Then copy the `faasd-pro` directory to the air-gapped machine.
142
+
Then copy the `openfaas-edge-*-amd64.deb` file to the air-gapped machine.
143
143
144
-
Run the install script on the remote server:
144
+
Install the package using dpkg:
145
145
146
146
```bash
147
-
sudo -E ./faasd-pro/install.sh ./faasd-pro/
147
+
sudo dpkg -i ./openfaas-edge-*-amd64.deb
148
148
```
149
149
150
-
After the installation script completes add you OpenFaaS Edge license:
150
+
After the installation script completes, it will print out the following:
151
151
152
152
```sh
153
153
sudo mkdir -p /var/lib/faasd/secrets
154
154
sudo nano /var/lib/faasd/secrets/openfaas_license
155
155
```
156
156
157
+
To save the file in nano hit Control + X.
158
+
157
159
Perform the final installation step:
158
160
159
161
```sh
160
-
sudo -E sh -c "cd ./faasd-pro/var/lib/faasd && faasd install"
162
+
sudo -E faasdinstall
161
163
```
162
164
163
165
By default OpenFaaS uses Google's public DNS servers you need to specify custom DNS servers during the installation phase by setting the `--dns-server` flag:
0 commit comments