README.md 1.6 KB
Newer Older
A
Anmol Sethi 已提交
1
# code-server
A
Asher 已提交
2

3 4
`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a
remote server, accessible through the browser.
5

6
Try it out:
7

8
```bash
9
docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/code-server
10 11
```

12 13 14
- **Code anywhere:** Code on your Chromebook, tablet, and laptop with a
  consistent dev environment. Develop on a Linux machine and pick up from any
  device with a web browser.
A
Asher 已提交
15 16 17
- **Server-powered:** Take advantage of large cloud servers to speed up tests,
  compilations, downloads, and more. Preserve battery life when you're on the go
  since all intensive computation runs on your server.
K
Kyle Carberry 已提交
18 19

## Getting Started
20 21 22

### Requirements

A
Asher 已提交
23 24 25
- 64-bit host.
- At least 1GB of RAM.
- 2 cores or more are recommended (1 core works but not optimally).
A
Asher 已提交
26 27
- Secure connection over HTTPS or localhost (required for service workers and
  clipboard support).
A
Asher 已提交
28
- For Linux: GLIBC 2.17 or later and GLIBCXX 3.4.15 or later.
29

K
Kyle Carberry 已提交
30
### Run over SSH
31

K
Kyle Carberry 已提交
32
Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.
K
Kyle Carberry 已提交
33

A
Asher 已提交
34
### Digital Ocean
35

A
Asher 已提交
36 37
[![Create a Droplet](./doc/assets/droplet.svg)](https://marketplace.digitalocean.com/apps/code-server?action=deploy)

A
Asher 已提交
38
### Releases
39

A
Asher 已提交
40 41 42
1. [Download a release](https://github.com/cdr/code-server/releases). (Linux and
   OS X supported. Windows support planned.)
2. Unpack the downloaded release then run the included `code-server` script.
A
Asher 已提交
43
3. In your browser navigate to `localhost:8080`.
A
Asher 已提交
44

A
Anmol Sethi 已提交
45
## FAQ
A
Asher 已提交
46

A
Anmol Sethi 已提交
47
See [./doc/FAQ.md](./doc/FAQ.md).
A
Asher 已提交
48

K
Kyle Carberry 已提交
49
## Enterprise
50

A
Asher 已提交
51
Visit [our enterprise page](https://coder.com) for more information about our
A
Anmol Sethi 已提交
52
enterprise offerings.