File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
2
1
3
2
set -e # stop on error
4
3
set -o pipefail
@@ -44,7 +43,7 @@ install_required_packages() {
44
43
fi
45
44
}
46
45
47
- echo " OpenFaaS Edge (based upon faasd and OpenFaaS Standard) "
46
+ echo " OpenFaaS Edge combines faasd with OpenFaaS Standard"
48
47
echo " "
49
48
echo " "
50
49
@@ -91,13 +90,22 @@ cd ${tmpdir}
91
90
./install.sh ./
92
91
93
92
echo " "
94
- echo " 3. You now need to activate your license via GitHub "
93
+ echo " 3. For personal (non-commercial), GitHub Sponsors can activate their license with: "
95
94
echo " "
96
95
echo " sudo -E faasd github login"
97
96
echo " sudo -E faasd activate"
98
97
echo " "
98
+ echo " 3.1 Commercial users can create their license key as follows:"
99
+ echo " "
100
+ echo " sudo mkdir -p /var/lib/faasd/secrets"
101
+ echo " sudo nano /var/lib/faasd/secrets/openfaas_license"
102
+ echo " "
99
103
echo " "
100
104
echo " 4. Then perform the final installation steps"
101
105
echo " "
102
106
echo " sudo -E sh -c \" cd ${tmpdir} /var/lib/faasd && faasd install\" "
103
107
echo " "
108
+ echo " 5. Refer to the complete handbook"
109
+ echo " "
110
+ echo " http://store.openfaas.com/l/serverless-for-everyone-else?layout=profile"
111
+ echo " "
You can’t perform that action at this time.
0 commit comments