How to actually install code-server? #4784
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The installation is pretty simple. In the README, it mentioned that you need Linux with a minimum of 1-2 core. Once you got that, run this on the terminal:
If you are on macOS, install via HomeBrew:
Starting it up is simple. Just run However, if you are installing on Debian/Ubuntu or RHEL-based Linux distros, I recommend you to go to https://github.com/coder/code-server/releases/latest and getting the binary. Then executing that with APT or RPM, depending on the distro you chose. |
Beta Was this translation helpful? Give feedback.
The installation is pretty simple. In the README, it mentioned that you need Linux with a minimum of 1-2 core. Once you got that, run this on the terminal:
If you are on macOS, install via HomeBrew:
Starting it up is simple. Just run
code-server
. For upgrading to the latest version, run the same commands, it will replace the old files.If you are on Windows, get WSL and run the same Linux command above.
PS: Linux requirements: Linux machine with WebSockets enabled, 1 GB RAM, and 2 CPUs
However, if you are installing on Debian/Ubuntu or RHEL-based Linux distros, I recommend you to go to https://github.com/…