From 2d298a71dd57fa0712589b008f95dcaffdc43bd4 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 8 Mar 2021 16:24:35 -0500 Subject: [PATCH 1/3] add initial mention of deploy-code-server (draft) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34407978..0c4b6cf5 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ You can use whatever linux distribution floats your boat but in our [guide](./do ## Getting Started -There are two ways to get started: +There are three ways you can get started: 1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible) 2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases +3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) If you choose to use the install script, you can preview what occurs during the install process: From 31e3bf30daf8afeac41f54a7488f8c7629b828e4 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 8 Mar 2021 18:58:43 -0500 Subject: [PATCH 2/3] =?UTF-8?q?add=20=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c4b6cf5..b98c7932 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ There are three ways you can get started: 1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible) 2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases -3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) +3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server) ⚡ If you choose to use the install script, you can preview what occurs during the install process: @@ -46,7 +46,7 @@ When done, the install script prints out instructions for running and starting c We also have an in-depth [setup and configuration](./docs/guide.md) guide. -### Cloud Program ☁️ +### code-server --link We're working on a cloud platform that makes deploying and managing code-server easier. Consider running code-server with the beta flag `--link` if you don't want to worry about From 745e4fc54249d22fc4d070e94d7cd4fb3975c76c Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 8 Mar 2021 18:59:14 -0500 Subject: [PATCH 3/3] update cloud info in install.md --- docs/install.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/install.md b/docs/install.md index e37389d2..e954b43d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -14,7 +14,7 @@ - [Standalone Releases](#standalone-releases) - [Docker](#docker) - [helm](#helm) -- [App Engines (Azure, Heroku)](#app-engines-azure-heroku) +- [Cloud Providers](#cloud-providers) @@ -207,9 +207,8 @@ https://hub.docker.com/r/linuxserver/code-server See [the chart](../ci/helm-chart). -## App Engines (Azure, Heroku) +## Cloud Providers -These community images are optimized for use with popular app engines. They use the latest official [Docker](#docker) image, so they will always be up to date. +We maintain one-click apps and install scripts for different cloud providers such as DigitalOcean, Railway, Heroku, Azure, etc. Check out the repository: -- [code-server-heroku](https://github.com/bpmct/code-server-heroku) -- [code-server-azure](https://github.com/bpmct/code-server-azure) +https://github.com/cdr/deploy-code-server