File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed
Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change 11flow-platform-x
22============
33
4- [ ![ LICENSE] ( https://img.shields.io/github/license/pingcap/tidb.svg )] ( https://github.com/pingcap/tidb/blob/master/LICENSE )
4+ [ ![ LICENSE] ( https://img.shields.io/github/license/pingcap/tidb.svg )] ( https://github.com/pingcap/tidb/blob/master/LICENSE )
55
6- A open-source continues integration server that makes CI/CD easier
6+ Powerful and user-friendly CI/CD server
77
8- ## Getting Started
8+ - Getting started within a minute & nbsp ; : tada :
99
10- - [ Install from docker ] ( https://github.com/FlowCI/docker )
10+ - Simple YAML configuration and templates & nbsp ; : ghost :
1111
12- - [ Documentation ] ( https://github.com/flowci/docs )
12+ - Elastic Agents to speed up build & nbsp ; : rocket :
1313
14- - [ YAML Templates ] ( https://github.com/FlowCI/templates )
14+ - Online TTY to debug your job in time & nbsp ; : shell :
1515
16- ## Demo
16+ - Flexible plugins & nbsp ; : electric_plug :
1717
18- ![ ] ( https://github.com/FlowCI/docs/raw/master/src/demo.gif )
18+ - Run steps either on any docker images or native os   ; :computer :
19+
20+ ## [ Document] ( ./en/index.md ) | [ 中文文档] ( ./zh/index.md )
21+
22+ ## [ Templates (maven, npm, golang..)] ( ./en/index.md )
23+
24+ ## Quick Start
25+
26+ > [ Docker] ( https://docs.docker.com/install/ ) & [ Docker-Compose] ( https://docs.docker.com/compose/install/ ) are required
27+
28+ ``` bash
29+ git clone https://github.com/FlowCI/docker.git flow-docker
30+ cd flow-docker
31+ ./server.sh start
32+ ```
33+
34+ ![ ] ( ./src/demo.gif )
You can’t perform that action at this time.
0 commit comments