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 # 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 * 2GB RAM
* 16GB vDisk * 16GB vDisk
* Ubuntu server 22.04 boot iso
## Install VM (in hypervisor) ### Install VM (in hypervisor)
* Ubuntu server 22.04
* Minimal installation * Minimal installation
* Install openssh server * Install openssh server
@ -13,18 +18,15 @@
* Log in via SSH * Log in via SSH
* Install git * Install git
``` ```
sudo apt update sudo apt update && sudo apt -y install git
sudo apt install git
``` ```
* Clone this repo * Clone this repo
``` ```
cd ~ cd ~ && git clone https://git.cmtec.se/cm/code_server.git
git clone https://git.cmtec.se/cm/code_server.git
``` ```
* Run setup script * Run setup script
``` ```
cd code_server cd code_server && ./setup.sh
./setup.sh
``` ```
* exit session * exit session
* Log in via SSH * Log in via SSH