No description
Find a file
j-travis b5c356997f
Merge pull request #5 from kasmtech/114-updates
fix old bug if no images are selected install and upgrade bombs out
2023-08-21 17:07:02 -04:00
public KASM-4200 restructure code to handle new yaml format and update gpu settings for non NVIDIA cards to use DRI3 2023-03-27 19:06:13 -07:00
.gitignore initial version 2022-06-28 12:08:43 -04:00
.gitlab-ci.yml set s3 url properly 2022-06-28 15:54:50 -04:00
index.js fix old bug if no images are selected install and upgrade bombs out 2023-08-21 15:59:23 -04:00
package.json KASM-3512 use deep merge on the exec and run configs to load the default values alongside the gpu modifications 2022-11-05 14:57:43 -07:00
README.md update dep files 2022-06-29 12:07:51 -04:00

Kasm Installation Wizard

The purpose of this application is to wrap the existing Bash based installation logic for Kasm Workspaces into a web based wizard. Post install the wizard should display the installation's information.

Usage

Install deps:

npm install

Run:

sudo node index.js

Requirements

Linux host: https://kasmweb.com/docs/develop/install/system_requirements.html

Alternatively Docker DinD setup with Docker and Docker Compose installed.

As configured files ingested from a current Kasm Workspaces installer are needed:

/wizard/
├── default_images_amd64.yaml
├── default_images_arm64.yaml
└── LICENSE.txt
/opt/kasm/certs/
├── kasm_wizard.crt
└── kasm_wizard.key
/kasm_release/
└── Full Kasm workspaces installer