1. 程式人生 > >linux-dash安裝和使用

linux-dash安裝和使用

linux-dash的GitHub地址是linux-dash
安裝過程:

git clone --depth 1 https://github.com/afaqurk/linux-dash.git
cd linux-dash/app/server

可以使用Python

# Start the server (on port 80 by default; may require sudo).
python index.py

也可以使用Node.js

npm install --production
node index.js