File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
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 ) .
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ docker-compose pull coder && docker-compose up coder -d
40
40
41
41
## Up Next
42
42
43
- - [ Learn how to configure Coder ] ( ./configure .md ) .
43
+ - [ Learn how to enable Enterprise features ] ( ./enterprise .md ) .
Original file line number Diff line number Diff line change 165
165
"title" : " Upgrading" ,
166
166
"description" : " Learn how to upgrade Coder." ,
167
167
"path" : " ./admin/upgrade.md"
168
+ },
169
+ {
170
+ "title" : " Enterprise" ,
171
+ "description" : " Learn how to enable Enterprise features." ,
172
+ "path" : " ./install/enterprise.md"
168
173
}
169
174
]
170
175
},
You can’t perform that action at this time.
0 commit comments