Updated readme

This commit is contained in:
Christoffer Martinsson 2023-05-29 13:30:08 +00:00
parent e7212f0e18
commit 69f9835ea7

View File

@ -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