对照官网命令即可,但是注意一点 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