• Stars
    star
    411
  • Rank 105,247 (Top 3 %)
  • Language
    Shell
  • License
    MIT License
  • Created about 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

How to install flow.ci from docker

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