Skip to content

Licensed features docs #3934

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

Merged
merged 3 commits into from
Sep 9, 2022
Merged
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
31 changes: 31 additions & 0 deletions docs/admin/enterprise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Enterprise Features

Coder is free to use and includes some features that are only accessible with a paid license.
Contact [email protected] to obtain a license.

These features are:

* Audit Logging

## Adding your license key

### You will need:

* Your license key (contact [email protected] 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).
2 changes: 1 addition & 1 deletion docs/admin/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down