Merge pull request #2798 from gravitl/master

master
This commit is contained in:
Abhishek K 2024-01-25 08:31:53 +05:30 committed by GitHub
commit 87860823ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 2 deletions

View file

@ -62,7 +62,7 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh`
This script gives you the option to deploy the Community or Enterprise version of Netmaker. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
This script by default installs PRO version with 14-day trial, check out these instructions for post trial period https://docs.netmaker.io/install.html#after-trial-period-ends. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
<p float="left" align="middle">
<img src="https://raw.githubusercontent.com/gravitl/netmaker-docs/master/images/netmaker-github/readme.gif" />

View file

@ -1,3 +1,6 @@
//go:build ee
// +build ee
package pro
import (

View file

@ -1,3 +1,6 @@
//go:build ee
// +build ee
package pro
import (

View file

@ -1,4 +1,3 @@
// go:build ee
//go:build ee
// +build ee