Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6a868

Browse files
authored
Licensed features docs (#3934)
* Licensed features docs Signed-off-by: Spike Curtis <[email protected]> * Licensed features -> Enterprise features Signed-off-by: Spike Curtis <[email protected]> Signed-off-by: Spike Curtis <[email protected]>
1 parent ce211fd commit ba6a868

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

docs/admin/enterprise.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Enterprise Features
2+
3+
Coder is free to use and includes some features that are only accessible with a paid license.
4+
Contact [email protected] to obtain a license.
5+
6+
These features are:
7+
8+
* Audit Logging
9+
10+
## Adding your license key
11+
12+
### You will need:
13+
14+
* Your license key (contact [email protected] if you don't have yours)
15+
* Coder CLI installed
16+
17+
### Steps:
18+
19+
1. Save your license key to disk and make note of the path
20+
2. Open a terminal
21+
3. Ensure you are logged into your Coder deployment
22+
23+
`coder login <access url>`
24+
25+
4. Run
26+
27+
`coder licenses add -f <path to your license key>`
28+
29+
## Up Next
30+
31+
- [Learn how to contribute to Coder](../contributing.md).

docs/admin/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ docker-compose pull coder && docker-compose up coder -d
4040

4141
## Up Next
4242

43-
- [Learn how to configure Coder](./configure.md).
43+
- [Learn how to enable Enterprise features](./enterprise.md).

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@
165165
"title": "Upgrading",
166166
"description": "Learn how to upgrade Coder.",
167167
"path": "./admin/upgrade.md"
168+
},
169+
{
170+
"title": "Enterprise",
171+
"description": "Learn how to enable Enterprise features.",
172+
"path": "./install/enterprise.md"
168173
}
169174
]
170175
},

0 commit comments

Comments
 (0)