diff --git a/docs/admin/enterprise.md b/docs/admin/enterprise.md new file mode 100644 index 0000000000..881a6e8b6f --- /dev/null +++ b/docs/admin/enterprise.md @@ -0,0 +1,31 @@ +# Enterprise Features + +Coder is free to use and includes some features that are only accessible with a paid license. +Contact sales@coder.com to obtain a license. + +These features are: + + * Audit Logging + +## Adding your license key + +### You will need: + + * Your license key (contact sales@coder.com if you don't have yours) + * Coder CLI installed + +### Steps: + +1. Save your license key to disk and make note of the path +2. Open a terminal +3. Ensure you are logged into your Coder deployment + + `coder login ` + +4. Run + + `coder licenses add -f ` + +## Up Next + +- [Learn how to contribute to Coder](../contributing.md). diff --git a/docs/admin/upgrade.md b/docs/admin/upgrade.md index 4f5ae6e982..8e7cdb87a7 100644 --- a/docs/admin/upgrade.md +++ b/docs/admin/upgrade.md @@ -40,4 +40,4 @@ docker-compose pull coder && docker-compose up coder -d ## Up Next -- [Learn how to configure Coder](./configure.md). +- [Learn how to enable Enterprise features](./enterprise.md). diff --git a/docs/manifest.json b/docs/manifest.json index 6ff4206ebe..1256fb14e4 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -165,6 +165,11 @@ "title": "Upgrading", "description": "Learn how to upgrade Coder.", "path": "./admin/upgrade.md" + }, + { + "title": "Enterprise", + "description": "Learn how to enable Enterprise features.", + "path": "./install/enterprise.md" } ] },