From 66cf8fd53e88421076b5743c4b1a78efc013240b Mon Sep 17 00:00:00 2001 From: mmcclaskey Date: Mon, 1 Nov 2021 11:25:01 -0400 Subject: [PATCH] Create develop.md --- docs/DEVELOP.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/DEVELOP.md diff --git a/docs/DEVELOP.md b/docs/DEVELOP.md new file mode 100644 index 00000000..5eb00422 --- /dev/null +++ b/docs/DEVELOP.md @@ -0,0 +1,30 @@ +# Overview +This fork of noVNC is designed to work with KasmVNC, which has an embedded web server. It will not work with other VNC servers and does not strictly follow the RFB protocol. + +## Dev Environment Setup +Install KasmVNC or use a Kasm Workspaces container. Remove the installed www directory, clone the git repository, and finally modify the JS so that it runs directly without the webpack + +```bash +cd /usr/share/kasmvnc +sudo rm -rf www +sudo git clone https://github.com/kasmtech/noVNC.git www +sudo chown -R user:user www +cd www +sed -i 's##' vnc.html +sed -i 's##' vnc.html +sed -i 's##