|
1 | | -# AI Demo Environment (ai.coder.com) |
| 1 | +# Coder Demo Environment (coderdemo.io) |
2 | 2 |
|
3 | | -Welcome to the AI Demo Environment's Github repository! |
| 3 | +Welcome to the Coder Demo Environment's Github repository! |
4 | 4 |
|
5 | | -This project is used by ["ai.coder.com"](https://ai.coder.com), allowing users to experiment with the latest AI features in Coder and create demoes for them. |
| 5 | +This project powers ["coderdemo.io"](https://coderdemo.io), a demonstration environment showcasing Coder's cloud development capabilities and features. |
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
9 | | -## Getting Hand's On |
10 | | - |
11 | | -> [!IMPORTANT] Before accessing the deployment, make sure you've been invited to our "coder-contrib" Github organization. If not, reach out to `[email protected]` and send your Github handle to be added in. Otherwise, if you're an internal user, you should already have access to to the environment. |
| 9 | +## Getting Started |
12 | 10 |
|
13 | 11 | ### Accessing the Deployment: |
14 | 12 |
|
15 | | -Get Started Here 👉 [https://ai.coder.com](https://ai.coder.com) |
| 13 | +Get Started Here 👉 [https://coderdemo.io](https://coderdemo.io) |
16 | 14 |
|
17 | 15 | **Login Flow** |
18 | 16 |
|
19 | | -- Non-Coder Employee |
20 | | - |
21 | | -1. Select "GitHub" |
22 | | - |
23 | | -2. Login with your Github account (that has access to the coder-contrib Github Organization). |
24 | | - |
25 | | -- Coder Employee |
26 | | - |
27 | | -1. Select "Okta" |
| 17 | +1. Click "Sign in with GitHub" |
| 18 | +2. Authorize the Coder Demo GitHub App |
| 19 | +3. Start creating workspaces! |
28 | 20 |
|
29 | | -2. Login with your Github account (that has access to the coder-contrib Github Organization). |
| 21 | +> [!NOTE] This is a demo environment. For production Coder deployments, refer to the [official Coder documentation](https://coder.com/docs). |
30 | 22 |
|
31 | 23 | --- |
32 | 24 |
|
@@ -102,7 +94,7 @@ If you don't have an existing network infrastructure, then you can start with de |
102 | 94 |
|
103 | 95 | Additionally, if you don't have an existing cluster infrastructure, then you can start with deploying the [`eks-cluster` module](./modules/compute/cluster). |
104 | 96 |
|
105 | | -Lastly, for Coder's backend database, you can refer to our deployment in [`./aidev/infra/aws/us-east-2/rds`](./aidev/infra/aws/us-east-2/rds) to see how to deploy it. |
| 97 | +Lastly, for Coder's backend database, you can refer to our deployment in [`./infra/aws/us-east-2/rds`](./infra/aws/us-east-2/rds) to see how to deploy it. |
106 | 98 |
|
107 | 99 | We just an [`aws_db_instance`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance) that uses Postgres. |
108 | 100 |
|
|
0 commit comments