make depends
echo export PATH=\${PATH}:/usr/local/go/bin >> ~/.bashrc
reboot
make subsys
make build
make build-cli
make run
make -f Makefile.standalone pipy
make -f Makefile.standalone test-up
make -f Makefile.standalone test-apply-lb
make -f Makefile.standalone test
make -f Makefile.standalone test-down
make stop