Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instructions for deploying to a cloud provider #2843

Merged
merged 3 commits into from Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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:

Expand All @@ -45,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
Expand Down
9 changes: 4 additions & 5 deletions docs/install.md
Expand Up @@ -14,7 +14,7 @@
- [Standalone Releases](#standalone-releases)
- [Docker](#docker)
- [helm](#helm)
- [App Engines (Azure, Heroku)](#app-engines-azure-heroku)
- [Cloud Providers](#cloud-providers)

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

Expand Down Expand Up @@ -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