damp-battery-65635
03/31/2022, 11:34 PM- build and copy netclient to client VM
* cd NetMaker Repo
* go build
* cd netclient
* go build
- run netmaker server
* create .env file with all the env vars in docker-compose with : export NAME="value"
* I might post my sanitized one here :-)
* source .env
* sudo ./netmaker
- run netmake-ui server
* create .env file add export PORT=8082
* npm i
* npm start
- follow previous steps to run netclients