Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.03 KB

readme.md

File metadata and controls

37 lines (27 loc) · 1.03 KB

DEV Notes and documentation

Installation PI

Install Firmware

  • install raspbian buster lite (32 bit)

  • expand filesystem: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=844

  • update

  • install git

  • download repo

  • (try without first: install npm install -g node-gyp)

  • install node version 14: curl -sSL https://deb.nodesource.com/setup_14.x | sudo bash - && sudo apt install -y nodejs

  • create file sudo nano /lib/systemd/system/faderwing.service

  • paste systemd config to file (faderwing.service)

  • reload deamon sudo systemctl daemon-reload

  • enable on startup sudo systemctl enable faderwing

  • restart or start maunally with sudo systemctl start faderwing

Troubbleshooting

libnode.so.64: cannot open shared object file: No such file or directory

Run npm clean-install

Notes

command: sudo nodemon -x npm start