This repo is for where the layer8 backbone will be mocked: frontend, FP, RP, backend, & TIO server
-
One command to run all four services: (This requires concurrently to be installed, use the command
npm i -g concurrentlyas root) -
Note: Make sure you also have
cmake,libssl-dev, andpkg-configinstalled (As tested on Linux amd64)
make run- To run each service separately, use the following commands:
make run-fpmake run-rpmake run-backendmake run-frontend