Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f70a73b

Browse filesBrowse files
authored
Merge pull request #2843 from bpmct/deploy
add instructions for deploying to a cloud provider
2 parents 1da1d8c + 745e4fc commit f70a73b
Copy full SHA for f70a73b

2 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ You can use whatever linux distribution floats your boat but in our [guide](./do
2424

2525
## Getting Started
2626

27-
There are two ways to get started:
27+
There are three ways you can get started:
2828

2929
1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible)
3030
2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases
31+
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server)
3132

3233
If you choose to use the install script, you can preview what occurs during the install process:
3334

@@ -45,7 +46,7 @@ When done, the install script prints out instructions for running and starting c
4546

4647
We also have an in-depth [setup and configuration](./docs/guide.md) guide.
4748

48-
### Cloud Program ☁️
49+
### code-server --link
4950

5051
We're working on a cloud platform that makes deploying and managing code-server easier.
5152
Consider running code-server with the beta flag `--link` if you don't want to worry about
Collapse file

‎docs/install.md‎

Copy file name to clipboardExpand all lines: docs/install.md
+4-5Lines changed: 4 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [Standalone Releases](#standalone-releases)
1515
- [Docker](#docker)
1616
- [helm](#helm)
17-
- [App Engines (Azure, Heroku)](#app-engines-azure-heroku)
17+
- [Cloud Providers](#cloud-providers)
1818

1919
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2020

@@ -207,9 +207,8 @@ https://hub.docker.com/r/linuxserver/code-server
207207

208208
See [the chart](../ci/helm-chart).
209209

210-
## App Engines (Azure, Heroku)
210+
## Cloud Providers
211211

212-
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.
212+
We maintain one-click apps and install scripts for different cloud providers such as DigitalOcean, Railway, Heroku, Azure, etc. Check out the repository:
213213

214-
- [code-server-heroku](https://github.com/bpmct/code-server-heroku)
215-
- [code-server-azure](https://github.com/bpmct/code-server-azure)
214+
https://github.com/cdr/deploy-code-server

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.