overte/server-console
Kalila a32dc628d5
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-06-27 03:56:50 -04:00
..
resources Update interface and server-console icons. 2020-06-07 20:43:38 -04:00
src Apply suggestions from code review 2021-06-27 03:56:50 -04:00
.gitignore
CMakeLists.txt Fix OSX server console dependency 2021-04-06 15:40:13 +12:00
package.json Get most 'project-athena' -> 'vircadia' references. 2020-12-13 04:42:34 -05:00
packager.js Attempt find/replace all "High Fidleity" strings with "Vircadia" 2020-03-31 14:33:08 -05:00
README.md

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.