empierre / MyDomoAtHome

MyDomoAtHome - REST interface for ImperoHome with Domoticz (ISS)
http://domoticz.com/wiki/ImperiHome
GNU General Public License v3.0
31 stars 22 forks source link

Raspbian Buster full compatibility #184

Closed empierre closed 4 years ago

empierre commented 5 years ago

https://www.raspberrypi.org/blog/buster-the-new-version-of-raspbian/

empierre commented 5 years ago

Debian Buster requires node.js v10.x !! nodejs (10.15.2~dfsg-2)

empierre commented 5 years ago

raspbian 9 stretch supports 8 only nodejs | 8.11.1~dfsg-2~bpo9+1 | http://archive.raspberrypi.org/debian stretch/main armhf nodejs | 4.8.2~dfsg-1 | http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages

node 8 not working, fallback: sudo apt-cache madison nodejs nodejs | 8.11.1~dfsg-2~bpo9+1 | http://archive.raspberrypi.org/debian stretch/main armhf Packages nodejs | 4.8.2~dfsg-1 | http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages sudo apt-get install nodejs=4.8.2~dfsg-1

empierre commented 5 years ago

Ubuntu 16.04.6 LTS (Xenial Xerus) nodejs | 4.2.6~dfsg-1ubuntu4.2 | http://ports.ubuntu.com/ubuntu-ports xenial-updates/universe armhf nodejs | 4.2.6~dfsg-1ubuntu4.2 | http://ports.ubuntu.com/ubuntu-ports xenial-security/universe armhf nodejs | 4.2.6~dfsg-1ubuntu4 | http://ports.ubuntu.com/ubuntu-ports xenial/universe armhf nodejs | 4.2.2 | https://www.e-nef.com/domoticz/mdah Packages

empierre commented 4 years ago

fixed, just need to install npm, doc updated

Potjoe-97 commented 4 years ago

Hi empierre,

I'm having troubles installing nodejs and mdah on latest buster build... are you sure it is solved ? I've followed the updated readme, still not able to install the packages.

Thanks

Edit : I have a fresh buster install.

empierre commented 4 years ago

Hello,

Please see specific wiki procedure for bustier, you need two packages where previous distros needed only one

Le sam. 2 nov. 2019 à 17:20, Potjoe-97 notifications@github.com a écrit :

Hi empierre,

I'm having troubles installing nodejs and mdah on latest buster build... are you sure it is solved ? I've followed the updated readme, still not able to install the packages.

Thanks

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/empierre/MyDomoAtHome/issues/184?email_source=notifications&email_token=ABXTDCWERB6RUYK53PAQI2DQRWSEFA5CNFSM4IWA5732YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC47PIA#issuecomment-549058464, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXTDCX54JS5EYCJFNMUN7DQRWSEFANCNFSM4IWA573Q .

Potjoe-97 commented 4 years ago

Hi,

Actually despite following the specific instructions fot buster, i was using a noobs install.. I've just made a full iso fresh install and everything went well :) Thank you again.