These notes are mainly for me to set up new A+ modules quickly with the same set of modules…
Update ap-get sudo apt-get update sudo apt-get upgrade Install FTP sudo apt-get install pure-ftpd Install HTTPD sudo apt-get install apache2 -y Get the latest version of node for the RPi wget http://node-arm.herokuapp.com/node_latest_armhf.deb Install it using dpkg sudo dpkg -i node_latest_armhf.deb Test Node and NPM node -v npm -v Update npm npm update npm Change npms registry path from https to http npm config set registry https://registry.npmjs.org/ Install pi-spi npm install pi-spi