update README

This commit is contained in:
Ruben Fiszel
2022-09-14 01:39:06 +02:00
parent a8020b79d3
commit 896a0ec2c5
+4 -3
View File
@@ -5,7 +5,7 @@
<em>.</em>
</p>
<p align=center>
Open-source and self-hostable alternative to Airplane, Pipedream, Superblocks and a simplified Temporal with autogenerated UIs to trigger flows and scripts as internal apps. Convert code to no-code modules and, if the auto-generated UI is not sufficient, use it solely as an highly scalable backend layer. Add automation to your product or build your own no-code tool and delegate the core layer to Windmill
Open-source and self-hostable alternative to Airplane, Pipedream, Superblocks and a simplified Temporal with autogenerated UIs to trigger flows and scripts as internal apps. Convert code to no-code modules and, if the auto-generated UI is not sufficient, use it solely as an highly scalable backend layer. Add automation to your product or build your own no-code tool and delegate the core layer to Windmill. The script languages supported are: Python, Typescript and Go.
.
</p>
<p align="center">
@@ -62,7 +62,7 @@ Windmill is <b>fully open-sourced</b>:
## What is the general idea behind Windmill
1. Define a minimal and generic script in Python or Typescript that solve a
1. Define a minimal and generic script in Python, Typescript or Go that solves a
specific task. Here sending an email with SMTP. The code can be defined in
the provided Web IDE or synchronized with your own github repo:
![Step 1](./imgs/python-script.png)
@@ -243,7 +243,8 @@ with hot-code reloading.
### Backend + Frontend
See the [./frontend/README_DEV.md](./frontend/README_DEV.md) file for all running options.
See the [./frontend/README_DEV.md](./frontend/README_DEV.md) file for all
running options.
1. Create a Postgres Database for Windmill and create an admin role inside your
Postgres setup.