The Collab VM Web App powers the website-portion of Collab VM and the Virus Farm.
- The scripts that power CollabVM.
To compile this, all you need is an OS that supports node.js.
To build the web app, follow these steps.
- Step 1: Install node.js and npm. Windows and Mac OS X installers can be found here: https://nodejs.org/en/download/. For Linux, BSD, and other operating systems, visit this page: https://nodejs.org/en/download/package-manager/.
- Step 2: Install the dependencies by running
npm install
- Step 3: Open src/js/collab-vm/common.js and put the VM URLs you want this webapp to point to in additionalNodes and additionalNodesSecure. You can also set
DEBUG
totrue
if you're testing the webapp. - Step 4: Build the webapp by running
npm run build
Collab VM Web App, as well as Collab VM Admin Web App and Collab VM Server are licensed under the Apache License.