Created
October 9, 2018 16:21
-
-
Save yunqu/229fce1c63a2039208c96266b733aebc to your computer and use it in GitHub Desktop.
Start greengrass core service on board
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# one time only | |
sudo tar -xzvf greengrass-OS-architecture-1.6.0.tar.gz -C / | |
sudo tar -xzvf GUID-setup.tar.gz -C /greengrass | |
cd /greengrass/certs/ | |
sudo wget -O root.ca.pem http://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class%203-Public-Primary-Certification-Authority-G5.pem | |
# every time | |
cd /greengrass/ggc/core/ | |
sudo ./greengrassd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment