說明如何在 Ubuntu 16.04 操作系統中安裝 Ethercalc, 並令其開機時啟動.
安裝 node.js 6.x 版
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
安裝 redis server
sudo apt install redis-server
安裝 ethercalc
sudo npm i -g ethercalc
編輯 /etc/rc.local
加入 ethercalc 啟動指令
重新開機後, 就可以利用 http://your ip or domain name:8000 連接 Ethercalc 網頁