Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 689 Bytes

README_CN.md

File metadata and controls

26 lines (17 loc) · 689 Bytes

1 分钟从 Docker 安装

基础环境

  • 需要 Docker
  • 需要 Docker-Compose
  • Mac/Linux/Windows
  • 建议 4核 CPU, 8G 内存,60G 以上存储空间

安装

运行如下命令:

git clone https://github.com/FlowCI/docker-install.git flow-docker
cd flow-docker
./server.sh start

# ./server.sh help 获得更多信息

当服务启动后, 可以打开浏览器访问 'http://localhost:2015'

start

默认的端口,和数据路径可以从 server.shserver.yml 中修改