mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
docs: add minor quickstart fixups (#4363)
- And fix Telemetry in manifest.json
This commit is contained in:
1
docs/images/icons/science.svg
Normal file
1
docs/images/icons/science.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M19.8,18.4L14,10.67V6.5l1.35-1.69C15.61,4.48,15.38,4,14.96,4H9.04C8.62,4,8.39,4.48,8.65,4.81L10,6.5v4.17L4.2,18.4 C3.71,19.06,4.18,20,5,20h14C19.82,20,20.29,19.06,19.8,18.4z"/></g></svg>
|
After Width: | Height: | Size: 365 B |
@ -207,17 +207,11 @@
|
||||
"description": "Learn how to enable Enterprise features.",
|
||||
"icon_path": "./images/icons/group.svg",
|
||||
"path": "./admin/enterprise.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Admin",
|
||||
"description": "How to administer and manage Coder",
|
||||
"icon_path": "./images/icons/gear.svg",
|
||||
"children": [
|
||||
{
|
||||
"title": "Telemetry",
|
||||
"description": "Learn what usage telemetry Coder collects",
|
||||
"icon_path": "./images/icons/science.svg",
|
||||
"path": "./admin/telemetry.md"
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,11 @@
|
||||
# Amazon Web Services
|
||||
|
||||
This quickstart shows you how to set up the Coder server on AWS which will
|
||||
provision AWS-hosted, Linux workspaces.
|
||||
|
||||
## Requirements
|
||||
|
||||
This quickstart assumes you are assigned `AdministratorAccess` policy to AWS.
|
||||
This quickstart assumes you are assigned the `AdministratorAccess` policy on AWS.
|
||||
|
||||
## Setting Up Security Groups for EC2
|
||||
|
||||
@ -80,6 +83,7 @@ First, edit the `coder.env` file to enable `CODER_TUNNEL` by setting the value t
|
||||
```sh
|
||||
sudo vim /etc/coder.d/coder.env
|
||||
```
|
||||
|
||||
<img src="../images/quickstart/aws/aws7.png">
|
||||
|
||||
Exit vim and run the following command to start Coder as a system level service:
|
||||
|
@ -1,10 +1,11 @@
|
||||
# Microsoft Azure
|
||||
|
||||
This quickstart will show you how to set up the Coder server on Azure and then set up an Azure hosted Linux based workspace, which allows users to create there own instances of these workspaces and use the Coder product.
|
||||
This quickstart shows you how to set up the Coder server on Azure which will
|
||||
provision Azure-hosted Linux workspaces.
|
||||
|
||||
## Requirements
|
||||
|
||||
This quickstart assumes you have access to admin level access to Azure.
|
||||
This quickstart assumes you have full administrator privileges on Azure.
|
||||
|
||||
## Create An Azure VM
|
||||
|
||||
@ -53,6 +54,7 @@ First, edit the `coder.env` file to enable `CODER_TUNNEL` by setting the value t
|
||||
```sh
|
||||
sudo vim /etc/coder.d/coder.env
|
||||
```
|
||||
|
||||
<img src="../images/quickstart/azure/azure7.png">
|
||||
|
||||
Exit vim and run the following command to start Coder as a system level service:
|
||||
@ -110,6 +112,6 @@ Congrats! You can now navigate to your Coder dashboard and use this Linux on Azu
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [Port-forward](../networking/port-forwarding.md.md)
|
||||
- [Port-forward](../networking/port-forwarding.md)
|
||||
- [Learn more about template configuration](../templates.md)
|
||||
- [Configure more IDEs](../ides/web-ides.md)
|
||||
|
@ -61,6 +61,6 @@ Coder with Docker has the following advantages:
|
||||
|
||||
## Next Steps
|
||||
|
||||
- [Port-forward](../networking/port-forwarding.md.md)
|
||||
- [Port-forward](../networking/port-forwarding.md)
|
||||
- [Learn more about template configuration](../templates.md)
|
||||
- [Configure more IDEs](../ides/web-ides.md)
|
||||
|
Reference in New Issue
Block a user