Skip to content

FlowCI/docker-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67eebbc · Dec 7, 2023
Dec 6, 2023
May 30, 2022
Aug 11, 2020
Aug 31, 2019
Jun 2, 2022
Mar 4, 2022
Sep 9, 2021
Sep 26, 2020
Dec 6, 2023
Dec 7, 2023
Dec 10, 2017

Repository files navigation

Install from Docker within a minute | 1 分钟从 Docker 安装

Per-requirements

  • Docker installed
  • Docker-Compose installed
  • Mac/Linux/Windows
  • Recommand 4 Cores, 8G RAM, and more than 60G free disk space

Install

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

# ./server.sh help for more detail

After all services started, open web browser with url 'http://localhost:2015'

start

The default ports and data path can be changed from server.sh and server.yml

Install on Kubernetes by Helm Chart

helm repo add flow.ci https://flowci.github.io/helm-chart/
helm repo update

kubectl create ns flowci
helm install flow.ci flow.ci/flow.ci -n flowci