| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
This tutorial shows you how to deploy code-server to a single node running on Google Cloud.
If you're just starting out, we recommend installing code-server locally. It takes only a few minutes and lets you try out all of the features. You can also try out the IDE on a container hosted by Coder
Pre-requisite: Please set up Google Cloud SDK on your local machine
gcloud compute ssh --zone [region] [instance name]
https://github.com/codercom/code-server/releases/latest
wget https://github.com/codercom/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz
tar -xvzf code-server-{version}-linux-x64.tar.gz
cd code-server-{version}-linux-x64
chmod +x code-server
To ensure the connection between you and your server is encrypted view our guide on securing your setup
sudo ./code-server-linux -p 80
For instructions on how to keep the server running after you end your SSH session please checkout how to use systemd to start linux based services if they are killed
example: 32.32.32.234
You will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click "Advanced"
NOTE: If you get stuck or need help, file an issue, tweet (@coderhq) or email.
| Back | FazBrowse Home | New Git URL |