README.md 3.2 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.10.2 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v3.10.2%20&color=blue)](https://github.com/cdr/code-server/tree/v3.10.2/docs)
4

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

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

## Highlights

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

15 16 17 18 19 20 21
## Requirements

For a good experience, we recommend at least:

- 1 GB of RAM
- 2 cores

B
Ben Potter 已提交
22
You can use whatever linux distribution floats your boat but in our [guide](https://coder.com/docs/code-server/v3.10.2/guide) we assume Debian on Google Cloud.
23

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

26
There are three ways you can get started:
27

B
Bruno 已提交
28
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)
29
2. Manually installing code-server; see [Installation](https://coder.com/docs/code-server/v3.10.2/install) for instructions applicable to most use cases
B
add ⚡  
Ben Potter 已提交
30
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 已提交
31

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

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

38
To install, run:
39 40

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

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

46
We also have an in-depth [setup and configuration](https://coder.com/docs/code-server/v3.10.2/guide) guide.
47

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

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

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

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

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

64
See [./FAQ.md](https://coder.com/docs/code-server/v3.10.2/FAQ).
A
Asher 已提交
65

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

68
See [CONTRIBUTING](https://coder.com/docs/code-server/v3.10.2/CONTRIBUTING) for details.
O
Onilton Maciel 已提交
69

70 71
## Hiring

C
CoderErik 已提交
72
Interested in [working at Coder](https://coder.com/careers)? Check out [our open positions](https://coder.com/careers#openings)!
73

J
jae 已提交
74
## For Organizations
75

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