Updated readme
This commit is contained in:
parent
e7212f0e18
commit
69f9835ea7
20
README.md
20
README.md
@ -1,11 +1,16 @@
|
||||
# code_server
|
||||
|
||||
## Config VM
|
||||
If Win11 is used as main terminal/client then pleas configure following:
|
||||
* Windows Terminal (Preview)
|
||||
* Font: CodeNewRoman Nerd Font
|
||||
|
||||
## Set up VM containing SSH code server
|
||||
Configure new VM with following resources:
|
||||
* 2GB RAM
|
||||
* 16GB vDisk
|
||||
* Ubuntu server 22.04 boot iso
|
||||
|
||||
## Install VM (in hypervisor)
|
||||
* Ubuntu server 22.04
|
||||
### Install VM (in hypervisor)
|
||||
* Minimal installation
|
||||
* Install openssh server
|
||||
|
||||
@ -13,18 +18,15 @@
|
||||
* Log in via SSH
|
||||
* Install git
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install git
|
||||
sudo apt update && sudo apt -y install git
|
||||
```
|
||||
* Clone this repo
|
||||
```
|
||||
cd ~
|
||||
git clone https://git.cmtec.se/cm/code_server.git
|
||||
cd ~ && git clone https://git.cmtec.se/cm/code_server.git
|
||||
```
|
||||
* Run setup script
|
||||
```
|
||||
cd code_server
|
||||
./setup.sh
|
||||
cd code_server && ./setup.sh
|
||||
```
|
||||
* exit session
|
||||
* Log in via SSH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user