Skip to content

Commit 43e51c5

Browse files
committed
Show instructions for manual license keys
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 695d800 commit 43e51c5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

hack/install-edge.sh

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/bash
21

32
set -e # stop on error
43
set -o pipefail
@@ -44,7 +43,7 @@ install_required_packages() {
4443
fi
4544
}
4645

47-
echo "OpenFaaS Edge (based upon faasd and OpenFaaS Standard)"
46+
echo "OpenFaaS Edge combines faasd with OpenFaaS Standard"
4847
echo ""
4948
echo ""
5049

@@ -91,13 +90,22 @@ cd ${tmpdir}
9190
./install.sh ./
9291

9392
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:"
9594
echo ""
9695
echo "sudo -E faasd github login"
9796
echo "sudo -E faasd activate"
9897
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 ""
99103
echo ""
100104
echo "4. Then perform the final installation steps"
101105
echo ""
102106
echo "sudo -E sh -c \"cd ${tmpdir}/var/lib/faasd && faasd install\""
103107
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 ""

0 commit comments

Comments
 (0)