README.md 3.1 KB
Newer Older
B
Bruno 已提交
1
# code-server
A
Asher 已提交
2

3
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See v3.11.0 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v3.11.0%20&color=blue)](https://github.com/cdr/code-server/tree/v3.11.0/docs)
4

5 6
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
access it in the browser.
7

B
Bruno 已提交
8
![Screenshot](./assets/screenshot.png)
A
Anmol Sethi 已提交
9 10 11

## Highlights

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

17 18
## Requirements

19 20
See [requirements](requirements.md) for minimum specs, as well as instructions
on how to set up a Google VM on which you can install code-server.
21

22
**TL;DR:** Linux machine with WebSockets enabled, 1 GB RAM, and 2 CPUs
23

24
## Getting started
25

26
There are three ways to get started:
27

28 29 30 31 32
1. Using the [install
   script](https://github.com/cdr/code-server/blob/main/install.sh), which
   automates most of the process. The script uses the system package manager if
   possible.
2. Manually [installing
33
   code-server](https://coder.com/docs/code-server/v3.11.0/install)
34 35
3. Using our one-click buttons and guides to [deploy code-server to a cloud
   provider](https://github.com/cdr/deploy-code-server)
36

37 38
If you use the install script, you can preview what occurs during the install
process:
C
Colin Adler 已提交
39 40

```bash
41
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
42
```
43

44
To install, run:
45 46

```bash
A
Anmol Sethi 已提交
47
curl -fsSL https://code-server.dev/install.sh | sh
48 49
```

50 51
When done, the install script prints out instructions for running and starting
code-server.
A
Anmol Sethi 已提交
52

53
We also have an in-depth [setup and
54
configuration](https://coder.com/docs/code-server/v3.11.0/guide) guide.
55

B
add ⚡  
Ben Potter 已提交
56
### code-server --link
A
Anmol Sethi 已提交
57

58 59 60
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:
61

A
Anmol Sethi 已提交
62 63
- TLS
- Authentication
64
- Port forwarding
65

66 67
```bash
$ code-server --link
68
Proxying code-server, you can access your IDE at https://example.cdr.co
69 70
```

71
## Questions?
A
Asher 已提交
72

73
See answers to [frequently asked
74
questions](https://coder.com/docs/code-server/v3.11.0/FAQ).
A
Asher 已提交
75

76
## Want to help?
O
Onilton Maciel 已提交
77

78
See [Contributing](https://coder.com/docs/code-server/v3.11.0/CONTRIBUTING) for
79
details.
O
Onilton Maciel 已提交
80

81 82
## Hiring

83 84
Interested in [working at Coder](https://coder.com/careers)? Check out [our open
positions](https://coder.com/careers#openings)!
85

J
jae 已提交
86
## For Organizations
87

88 89
Want remote development for your organization or enterprise? Visit [our
website](https://coder.com) to learn more about Coder.