All Projects → FlowCI → Docs

FlowCI / Docs

Licence: apache-2.0
flow.ci user guide

Projects that are alternatives of or similar to Docs

React Native Document Scanner
Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
Stars: ✭ 625 (-12.95%)
Mutual labels:  document
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (-6.41%)
Mutual labels:  devops
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (-3.2%)
Mutual labels:  devops
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+998.47%)
Mutual labels:  devops
Scaleway Cli
Command Line Interface for Scaleway
Stars: ✭ 654 (-8.91%)
Mutual labels:  devops
Mcw
Microsoft Cloud Workshop Project
Stars: ✭ 677 (-5.71%)
Mutual labels:  devops
Laravel Server Monitor
Don't let your servers just melt down
Stars: ✭ 595 (-17.13%)
Mutual labels:  devops
Springboot
Spring Boot chinese document. Spring Boot 2.1.5 中文文档
Stars: ✭ 703 (-2.09%)
Mutual labels:  document
Stacker
An AWS CloudFormation Stack orchestrator/manager.
Stars: ✭ 656 (-8.64%)
Mutual labels:  devops
Kamus
An open source, git-ops, zero-trust secret encryption and decryption solution for Kubernetes applications
Stars: ✭ 694 (-3.34%)
Mutual labels:  devops
Spug
开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
Stars: ✭ 6,810 (+848.47%)
Mutual labels:  devops
Rex
Rex, the friendly automation framework
Stars: ✭ 653 (-9.05%)
Mutual labels:  devops
Sh
Python process launching
Stars: ✭ 5,963 (+730.5%)
Mutual labels:  devops
Atlantis
Atlantis is now being maintained at https://github.com/runatlantis/atlantis
Stars: ✭ 628 (-12.53%)
Mutual labels:  devops
Gitea
Git with a cup of tea, painless self-hosted git service
Stars: ✭ 27,320 (+3705.01%)
Mutual labels:  devops
Terraform Aws Secure Baseline
Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.
Stars: ✭ 596 (-16.99%)
Mutual labels:  devops
Postmortem Templates
A collection of postmortem templates
Stars: ✭ 673 (-6.27%)
Mutual labels:  devops
Go Carbon
Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
Stars: ✭ 713 (-0.7%)
Mutual labels:  devops
Awesome Devops
A curated list of resources for Devops
Stars: ✭ 697 (-2.92%)
Mutual labels:  devops
Devops
阿里云容器服务持续交付
Stars: ✭ 681 (-5.15%)
Mutual labels:  devops

Logo

A powerful and user-friendly CI/CD server

English | 简体中文

What is flow.ci?

flow.ci is an open-source CI/CD automation server that designed for reducing the complexity and increasing user experience. It supports high availability, multiple building environment, and scalability with dynamic agents.

  • High Availability

    flow.ci is designed to work in the cloud -- public, private, or hybrid, it could be deployed with multiple instances, the configuration/jobs data on the node may not be lost when the instance fails.

  • High Performance

    • scaling: automatically scale agent either on K8s cluster or Linux host
    • parallel: job steps can be executed in parallel on multiple agents
    • cache: cache anything to speed up the build
  • Zero Configuration

    flow.ci tries to minimize the complexity of any configuration, the server could be started with three command lines. It also provides build templates of many programming languages, a job could be started just using it.

  • Online Debugging

    flow.ci supports the online TTY terminal so that you could find out the problems in the running job from runtime terminal.

  • Flexible Plugins

    Using plugins on flow.ci is quite simple, you just need type the plugin name in the step. Developing a plugin is also quite easy, you could use any language on your own plugin development.

  • Flexible Runtime

    Each step or step group can be run either on any docker images or native os.

Quick start

Docker & Docker-Compose are required

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

Documentation

Need Help? submit issue from here

Templates

maven, npm, golang, ruby, android and more

Architecture

architecture

Preview

demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].