Skip to content

Commit

Permalink
Port change for CNOE
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloryHaigh authored Jan 30, 2025
1 parent ea141d2 commit e0c267b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cnoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You'll be invited to an instance of [Coder](https://coder.com) at the end of thi
* [Coder CLI](https://coder.com/docs/install/cli) installed

### Getting Started
Inside of Coder, you'll see tabs for `Workspaces` or `Templates`. Navigate to the `Templates` tab and select the `pe-course-cnoe` template.
Inside of Coder, you'll see tabs for `Workspaces` or `Templates`. Navigate to the `Templates` tab and select the `Create Workspace` button for the listed `pe-course-cnoe` template.

Fill out the form with your required details and take note of your workspace name. *Do not change the repository URL.*

Expand All @@ -24,15 +24,15 @@ The Coder workspace will do a few things; it will create a Virtual Machine and i

Once the Coder workspace is ready, you'll need to do a few things in order to access it.
```
coder port-forward <CODER-WORKSPACE-NAME> --tcp 8443:443
coder port-forward <CODER-WORKSPACE-NAME> --tcp 8443:8443
```

Now, we can get ready to access the Coder instance itself. Start by running the following:
```
coder config-ssh
```

Follow the prompts, and then use the next command to actually login to the remote Coder-hosted machine:
Follow the prompts (for most people this will mean selecting `yes` to the option that appears), and then use the next command to actually login to the remote Coder-hosted machine:
```
ssh coder.<CODER-WORKSPACE-NAME>
```
Expand Down Expand Up @@ -100,4 +100,4 @@ There are a lot of other things you can do with CNOE, as its fairly extensible.
Some other key components to check out:
* [Plugins](https://cnoe.io/docs/category/plugins)
* [CNOE CLI](https://cnoe.io/docs/reference-implementation/integrations/generated)
* [More about CNOE](https://cnoe.io/blog/welcome)
* [More about CNOE](https://cnoe.io/blog/welcome)

0 comments on commit e0c267b

Please sign in to comment.