Last active
September 1, 2018 20:58
-
-
Save drasko/98232edd6a9300a1f8cec35ed7abfb03 to your computer and use it in GitHub Desktop.
EdgeX Install
This file contains 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
go get github.com/edgexfoundry/edgex-go | |
cd $GOPATH/src/github.com/edgexfoundry/edgex-go | |
# Pull the 3rd party / vendor packages (executes `glide install`) | |
make prepare | |
# Build the microservices | |
make build | |
# Run the services | |
make run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment