Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 538 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 538 Bytes

How to build?

Install depends

make depends
echo export PATH=\${PATH}:/usr/local/go/bin >> ~/.bashrc
reboot

Build CLI

make subsys
make build
make build-cli

How to test ?

Run XLB Server

make run

Run Demo

make -f Makefile.standalone pipy
make -f Makefile.standalone test-up
make -f Makefile.standalone test-apply-lb

Test

make -f Makefile.standalone test

Stop Demo and XLB Server

make -f Makefile.standalone test-down
make stop