赞
踩
1、安装python3环境(推荐虚拟环境)
#下载python 3.8.1
pyenv install 3.8.1
#创建python 3.8.1虚拟环境
pyenv virtualenv 3.8.1 py3.8.1
#启动虚拟环境
pyenv activate py3.8.1
2、安装rethinkdb
#安装db
brew install rethinkdb
#启动db,默认localhost:8080
rethinkdb
#挂起服务
nohup rethinkdb
3、安装atxserver2
#clone代码至本地
git clone https://github.com/openatx/atxserver2.git
#切换到atxserver2目录
cd atxserver2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。