step 0:
apt-get update
apt-get upgrade
step 1:
設定好固定ip
apt-get install ppp pppoeconf
然後執行pppoeconf
step 2: 安裝node.js
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
檢查一下有沒有安裝成功
node -v
檢查一下
npm -v 或 npm --version
step 3 : 開機自動執行
touch /home/pi/app.js
su pi -c 'node /home/pi/app.js < /dev/null &'
GG。