对照官网命令即可,但是注意一点  node版本一定不要是最新的!!!!!!!!!!!一定不要是最新的!!!!!!!!!!!!。 否则各种安装报错。我用的是8.12.0

具体命令

brew install rethinkdb graphicsmagick zeromq protobuf yasm pkg-config
npm install -g stf

或者 先安装cnpm:sudo npm install -g cnpm --registry=https://registry.npm.taobao.org
用cnpm命令执行安装stf:sudo cnpm install -g stf

 

启动stf数据库 nohub rethinkdb

启动客户端 stf local --public-ip 0.0.0.0

打开网址即可查看

http://localhost:7100/

 

卸载node

https://blog.csdn.net/shiquanqq/article/details/78032943

 

相关文章:

  • 2022-02-10
  • 2021-11-16
  • 2021-11-12
  • 2021-06-15
  • 2021-06-20
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2021-10-29
  • 2022-12-23
  • 2021-05-24
  • 2021-12-08
  • 2021-07-19
  • 2021-10-21
  • 2021-09-05
相关资源
相似解决方案