You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,10 +189,12 @@ gh run watch
189
189
190
190
### What Happens Next?
191
191
-**Infrastructure Creation**: Kubernetes cluster, database, and networking (~10 min)
192
-
-**Coder Installation**: Platform deployment and configuration (~5 min)
193
-
-**Template Deployment**: Your selected workspace template (if specified)
192
+
-**Coder Installation**: Platform deployment and configuration (~5 min) - **Automatic**
193
+
-**Template Deployment**: Your selected workspace template (if specified) - **Optional**
194
194
-**Access Details**: URLs and credentials will be displayed upon completion
195
195
196
+
> **Note**: Coder is automatically deployed and ready to use regardless of whether you specify a template. Templates are optional and can be added later if not specified during initial deployment.
197
+
196
198
## 🏗️ Multi-Environment Architecture
197
199
198
200
| Environment | Monthly Cost | Use Case | Resources |
Copy file name to clipboardExpand all lines: docs/TEMPLATES.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
This document provides a comprehensive listing of all available Coder workspace templates in this project. These templates can be used with the `--template` parameter in deployment scripts and GitHub Actions.
4
4
5
+
## Template Deployment Behavior
6
+
7
+
**Important**: Templates are **optional** during deployment. The system behavior is:
8
+
9
+
-**With Template**: Deploys Coder + automatically installs the specified template
10
+
-**Without Template**: Deploys Coder ready for use, templates can be added later
11
+
-**Result**: You always get a fully functional Coder environment regardless of template selection
12
+
13
+
Templates are workspace blueprints that define the development environment (languages, tools, IDE configuration) for users to create workspaces from.
14
+
5
15
## Overview
6
16
7
17
The project includes **21 workspace templates** organized into **6 categories**, providing development environments for modern web development, AI-enhanced workflows, data science, mobile development, and DevOps practices.
> **Key Point**: Your Coder environment is fully functional immediately after deployment, regardless of whether you specify a template. Templates are workspace blueprints that can be managed independently.
0 commit comments