Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master #2798

Merged
merged 3 commits into from
Jan 25, 2024
Merged

master #2798

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
3 changes: 3 additions & 0 deletions pro/remote_access_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build ee
// +build ee

package pro

import (
Expand Down
3 changes: 3 additions & 0 deletions pro/trial.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build ee
// +build ee

package pro

import (
Expand Down
1 change: 0 additions & 1 deletion pro/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// go:build ee
//go:build ee
// +build ee

Expand Down
Loading