rstrouse / relayEquipmentManager

A hardware controller for GPIO, I2c, SPI, and generic devices.
GNU General Public License v3.0
38 stars 19 forks source link

Updating REM and poolController #48

Closed bruno-monk closed 1 year ago

bruno-monk commented 1 year ago

Is there a published update/upgrade procedure for both of these components?

bruno-monk commented 1 year ago

Found it: Change directory to the njsPC app git pull npm i (not always necessary, but if dependencies are upgraded this will bring them up to date) Start application as normal, or if using npm run start:cached then run npm run build to compile the code.

tagyoureit commented 1 year ago

There is a nice upgrade script at https://github.com/tagyoureit/nodejs-poolController/discussions/496 that will upgrade all three projects automatically.