overte/server-console
Roxanne Skelly eec565e7f4 Revert "Checkpoint sysTray Installer"
This reverts commit 7257a99414.
2018-09-27 12:58:33 -07:00
..
resources Checkpoint tray notifications 2018-09-20 15:55:35 -07:00
src Revert "Checkpoint sysTray Installer" 2018-09-27 12:58:33 -07:00
.gitignore changes to electron app for Sandbox rename 2016-03-30 12:41:13 -07:00
CMakeLists.txt Revert "Checkpoint sysTray Installer" 2018-09-27 12:58:33 -07:00
package-lock.json update request and dependency hoek for CVE 2018-05-03 17:16:35 -07:00
package.json Update fs-extra version 2018-06-13 16:49:34 -07:00
packager.js Update 'Sandbox' to 'High Fidelity Sandbox' in task manager 2016-11-01 08:58:29 -07:00
README.md more tweaks to server console readme 2016-01-20 11:27:29 -08:00

Console

The High Fidelity Server Console, made with Electron.

Running Locally

Make sure you have Node.js installed. Use the latest stable version.

npm install
npm start

To run, the console needs to find a build of Interface, domain-server, and assignment-client.

The command npm start tells the console to look for builds of those binaries in a build folder beside this console folder.

On platforms with separate build folders for release and debug libraries npm start will choose the debug binaries. On those platforms if you prefer to use local release builds you'll want npm run local-release.

Packaging

CMake produces a target packaged-server-console that will bundle up everything you need for the Server Console on your platform. It ensures that there are available builds for the domain-server and assignment-client. Then it produces an executable for the Server Console.

The install target will copy all of the produced executables to a directory, ready for testing or packaging for deployment.