README.md 2.9 KB
Newer Older
B
Ben Potter 已提交
1
# code-server · [!["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)
A
Asher 已提交
2

3 4
![Lines](https://img.shields.io/badge/Coverage-51.47%25-green.svg)
[![See latest docs](https://img.shields.io/static/v1?label=Docs&message=see%20latest%20&color=blue)](https://github.com/cdr/code-server/tree/v3.9.3/docs)
5

A
Anmol Sethi 已提交
6
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
7

J
Joe Previte 已提交
8
![Screenshot](./docs/assets/screenshot.png)
A
Anmol Sethi 已提交
9 10 11

## Highlights

12 13 14
- 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
15

16 17 18 19 20 21 22 23 24
## 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](./docs/guide.md) we assume Debian on Google Cloud.

A
Anmol Sethi 已提交
25
## Getting Started
26

27
There are three ways you can get started:
28

29
1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible)
J
Joe Previte 已提交
30
2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases
B
add ⚡  
Ben Potter 已提交
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)
A
Anmol Sethi 已提交
32

33
If you choose to use the install script, you can preview what occurs during the install process:
C
Colin Adler 已提交
34 35

```bash
36
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
37
```
38

39
To install, run:
40 41

```bash
A
Anmol Sethi 已提交
42
curl -fsSL https://code-server.dev/install.sh | sh
43 44
```

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

J
Joe Previte 已提交
47
We also have an in-depth [setup and configuration](./docs/guide.md) guide.
48

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

A
v3.7.1  
Anmol Sethi 已提交
51
We're working on a cloud platform that makes deploying and managing code-server easier.
A
Anmol Sethi 已提交
52
Consider running code-server with the beta flag `--link` if you don't want to worry about
53

A
Anmol Sethi 已提交
54 55 56
- TLS
- Authentication
- Port Forwarding
57

58 59
```bash
$ code-server --link
B
Ben Potter 已提交
60
Proxying code-server, you can access your IDE at https://valmar-jon.cdr.co
61 62
```

A
Anmol Sethi 已提交
63
## FAQ
A
Asher 已提交
64

J
Joe Previte 已提交
65
See [./docs/FAQ.md](./docs/FAQ.md).
A
Asher 已提交
66

67
## Want to help?
O
Onilton Maciel 已提交
68

J
Joe Previte 已提交
69
See [CONTRIBUTING](./docs/CONTRIBUTING.md) for details.
O
Onilton Maciel 已提交
70

71 72
## Hiring

J
Joe Previte 已提交
73
Interested in [working at Coder](https://coder.com)? Check out [our open positions](https://jobs.lever.co/coder)!
74

J
jae 已提交
75
## For Organizations
76

J
jae 已提交
77
Visit [our website](https://coder.com) for more information about remote development for your organization or enterprise.