当前位置: 首页 > 工具软件 > Linux-dash > 使用案例 >

linux-dash安装和使用

徐鑫鹏
2023-12-01

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
 类似资料: