add troubleshooting steps (#46)
This commit is contained in:
@@ -28,3 +28,5 @@
|
||||
sudo hostnamectl set-hostname bens-devbox
|
||||
sudo systemctl restart code-server@coder
|
||||
```
|
||||
|
||||
See our [troubleshooting guide](../deploy-vm#troubleshooting) if you are unable to connect after some time.
|
||||
|
||||
@@ -11,3 +11,5 @@
|
||||
1. Once your server starts, you can simply navigate to the IP address and get forwarded to a secure version of code-server, which will be proxied behind your GitHub account. For information on how this works, see [code-server --link](https://github.com/cdr/code-server#cloud-program-%EF%B8%8F).
|
||||
|
||||
<img src="../img/digitalocean-launch-code-server.gif" alt="DigitalOcean launch code-server" width="800" />
|
||||
|
||||
See our [troubleshooting guide](../deploy-vm#troubleshooting) if you are unable to connect after some time.
|
||||
|
||||
@@ -13,7 +13,10 @@
|
||||
<img src="../img/linode-launch-code-server.gif" alt="Linode launch code-server" width="700" />
|
||||
|
||||
1. Optional: To change the URL in the address bar from `linode-[xxxx]` to something more descriptive, you just need to change your hostname and restart code-server:
|
||||
|
||||
```sh
|
||||
sudo hostnamectl set-hostname bens-devbox
|
||||
sudo systemctl restart code-server@coder
|
||||
```
|
||||
|
||||
See our [troubleshooting guide](../deploy-vm#troubleshooting) if you are unable to connect after some time.
|
||||
|
||||
Reference in New Issue
Block a user