fdm-monster / MonsterPi

Raspberry Pi image for FDM Monster based on Ubuntu 20.04 LTS, MongoDB 4.4 and FDM Monster 1.x
https://docs.fdm-monster.net
GNU General Public License v3.0
3 stars 0 forks source link

Releases monsterpi-0.3.2-rc2-sqlite & monsterpi-0.3.2-rc2 wont start due to permission problems and wrong node_modules #54

Closed davidzwa closed 5 months ago

davidzwa commented 7 months ago

There's quite a big amount of work to be done:

Overall, I got the sqlite image to run. But I had to hack a lot by using sudo chown -R pi /home/pi/fdm-monster/. and sudo chown -R pi /home/pi/fdm-monster-deamon/. I finished the node_modules install in

yarn workspaces focus --all --production cd /home/pi/fdm-monster-deamon/ sudo npm i sudo service fdmmonster status

davidzwa commented 5 months ago

Could not reproduce.