Licensed features docs (#3934)

* Licensed features docs

Signed-off-by: Spike Curtis <spike@coder.com>

* Licensed features -> Enterprise features

Signed-off-by: Spike Curtis <spike@coder.com>

Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Spike Curtis
2022-09-09 13:10:39 -07:00
committed by GitHub
parent ce211fd8f5
commit ba6a868a80
3 changed files with 37 additions and 1 deletions

31
docs/admin/enterprise.md Normal file
View File

@ -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 <access url>`
4. Run
`coder licenses add -f <path to your license key>`
## Up Next
- [Learn how to contribute to Coder](../contributing.md).

View File

@ -40,4 +40,4 @@ docker-compose pull coder && docker-compose up coder -d
## Up Next ## Up Next
- [Learn how to configure Coder](./configure.md). - [Learn how to enable Enterprise features](./enterprise.md).

View File

@ -165,6 +165,11 @@
"title": "Upgrading", "title": "Upgrading",
"description": "Learn how to upgrade Coder.", "description": "Learn how to upgrade Coder.",
"path": "./admin/upgrade.md" "path": "./admin/upgrade.md"
},
{
"title": "Enterprise",
"description": "Learn how to enable Enterprise features.",
"path": "./install/enterprise.md"
} }
] ]
}, },