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

LINUX搭建EtherCalc环境

曾元忠
2023-12-01
  • 源码(下载后无法运行,提示出错)

https://ethercalc.org/

https://github.com/audreyt/ethercalc

  • 安装npm/nodejs

https://blog.csdn.net/quantum7/article/details/104344633

  • 下载编译redis

https://blog.csdn.net/quantum7/article/details/104344092

  • 安装ethercalc
sudo npm i -g ethercalc 

# 启动redis
# redis-server &


# 安装成功?
whereis ethercalc
ethercalc: /usr/local/bin/ethercalc

ethercalc
  • 使用

浏览器中输入:http://127.0.0.1:8000

 类似资料: