Local Deployment

Micro is incredibly simple to spin up locally

Install

From source

  1. go get github.com/micro/micro

Release binary

  1. curl -fsSL https://micro.mu/install.sh | /bin/bash

Run

Running micro is as simple as typing micro.

  1. micro

To run the stack without connecting to the network

  1. micro --local

Verify

Check everythings working by using a few commands

  1. # list local services
  2. micro list services
  3. # list network nodes
  4. micro network nodes
  5. # call a service
  6. micro call go.micro.network Debug.Health