Skip to content

Instantly share code, notes, and snippets.

@drasko
Last active September 1, 2018 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drasko/98232edd6a9300a1f8cec35ed7abfb03 to your computer and use it in GitHub Desktop.
Save drasko/98232edd6a9300a1f8cec35ed7abfb03 to your computer and use it in GitHub Desktop.
EdgeX Install
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