Skip to content

Instantly share code, notes, and snippets.

View 9to1url's full-sized avatar

9to1url 9to1url

View GitHub Profile
@9to1url
9to1url / netmaker-build-from-source.md
Last active April 4, 2022 05:56
How to build NetMaker from source after running NetMaker from Docker

For this setup, I use three VMs, one for server , two for clients

  • follow the steps Quick Install to run the Quick Install(docker version)
  • docker compose down the quick install servers
    • docker-compose down
  • Fork NetMaker and NetMaker-UI
  • create ssh key on server
    • ssh-keygen -t ed25519
  • Clone both repos on server VM
  • install golang