code-server/docs
Joe Previte 2540b0d02c
docs(guide): add note for exposing address NGINX
2021-07-06 12:53:53 -07:00
..
assets refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
CODE_OF_CONDUCT.md Update docs/CODE_OF_CONDUCT.md 2021-02-03 11:08:06 -07:00
CONTRIBUTING.md docs(contr): add section on testing 2021-06-17 16:25:25 -07:00
FAQ.md fix: placeholder password in hashed password example 2021-06-13 01:25:05 +10:00
guide.md docs(guide): add note for exposing address NGINX 2021-07-06 12:53:53 -07:00
install.md docs(install): add troubleshooting node issues 2021-07-01 15:21:55 -07:00
ipad.md refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
MAINTAINING.md docs: update CHANGELOG process 2021-06-23 15:37:01 -07:00
npm.md chore: update node to v14 (#3481) 2021-06-01 22:49:03 +05:30
README.md Update links to careers page (#3696) 2021-06-30 11:14:04 -05:00
SECURITY.md docs(security): add section for tools 2021-05-05 11:24:31 -07:00
termux.md docs: add backspace android workaround 2021-06-23 11:26:59 -07:00
triage.md refactor: rename doc to docs 2021-02-03 09:46:35 -07:00

code-server

"GitHub Discussions" "Join us on Slack" Twitter Follow codecov See v3.10.2 docs

Run VS Code on any machine anywhere and access it in the browser.

Screenshot

Highlights

  • Code on any device with a consistent development environment
  • Use cloud servers to speed up tests, compilations, downloads, and more
  • Preserve battery life when you're on the go; all intensive tasks run on your server

Requirements

For a good experience, we recommend at least:

  • 1 GB of RAM
  • 2 cores

You can use whatever linux distribution floats your boat but in our guide we assume Debian on Google Cloud.

Getting Started

There are three ways you can get started:

  1. Using the install script, which automates most of the process. The script uses the system package manager (if possible)
  2. Manually installing code-server; see Installation for instructions applicable to most use cases
  3. Use our one-click buttons and guides to deploy code-server to a popular cloud provider

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

curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run

To install, run:

curl -fsSL https://code-server.dev/install.sh | sh

When done, the install script prints out instructions for running and starting code-server.

We also have an in-depth setup and configuration guide.

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

  • TLS
  • Authentication
  • Port Forwarding
$ code-server --link
Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co

FAQ

See ./FAQ.md.

Want to help?

See CONTRIBUTING for details.

Hiring

Interested in working at Coder? Check out our open positions!

For Organizations

Want remote development for your organization or enterprise? Visit our website to learn more about Coder.