Skip to content

Commit d573354

Browse files
committed
update doc
1 parent 1bf242b commit d573354

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,35 @@
1919

2020
## What is flow.ci?
2121

22-
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.
22+
flow.ci is an open-source CI/CD automation server that designed for setting up a self-hosted CI/CD service with the easiest, fastest and most painless way. It supports high availability, multiple building environment, and scalability with dynamic agents.
2323

2424
- __High Availability__
2525

2626
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.
2727

28+
2829
- __High Performance__
2930

30-
- __scaling__: automatically scale agent either on K8s cluster or Linux host
31+
- __scaling__: auto scaling agents either on K8s cluster or Linux host
3132
- __parallel__: job steps can be executed in parallel on multiple agents
3233
- __cache__: cache anything to speed up the build
3334

35+
3436
- __Zero Configuration__
3537

3638
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.
3739

40+
3841
- __Online Debugging__
3942

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

45+
4246
- __Flexible Plugins__
4347

4448
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.
4549

50+
4651
- __Flexible Runtime__
4752

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

0 commit comments

Comments
 (0)