python版本需要>=3.9
3.9, 3.10和3.11都经过测试
# 拉取代码
git clone git@github.com:lihuacai168/AnotherFasterRunner.git AnotherFasterRunner
# 如果你的机器连接不上Github,可以用国内的Gitee
# git clone git@gitee.com:lihuacai/AnotherFasterRunner.git AnotherFasterRunner
# 使用makefile命令快速启动所有服务,没错,一个命令就搞定
cd AnotherFasterRunner && make
# 或者使用docker-compose原始的命令, 指定配置文件启动
cd AnotherFasterRunner && docker-compose -f docker-compose-for-fastup.yml --env-file .env.example up -d
# 默认是80端口,如果80端口被占用,修改env文件中的WEB_PORT即可
浏览器打开:
http://你的ip/fastrunner/login
用户:test
密码:test2020
感谢 JetBrains 对开源项目的支持