Migrating to a new PC
When migrating to a new computer, you need to do the following:
Configure the new computer to use the same IP address as the previous computer.
Install NodeJS and NPM
Copy the config.json (homedir + .wifi-tally.json) to the same location of the new PC.
Run the server on the host PC(see below)
Run server
To run the server, navigate to wifi-tally/hub
and execute run_server.sh
$ ./run_server.sh
> wifi-tally-hub@0.1.0 start
> node server.js --env=production
Using mixer configuration "null"
No video mixer connected.
Listening for Tallies on 0.0.0.0:7411
Web Server available on http://localhost:3000
(node:117081) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time