1、stf二次开发-环境配置-rethinkdb安装
此篇针对CentOS7的安装,其他系统请参考rethinkdb官网
参考官网
sudo cat << EOF > /etc/yum.repos.d/rethinkdb.repo
[rethinkdb]
name=RethinkDB
enabled=1
baseurl=https://download.rethinkdb.com/repository/centos/7/x86_64/
gpgkey=https://download.rethinkdb.com/repository/raw/pubkey.gpg
gpgcheck=1
EOF
sudo yum install rethinkdb