diff --git a/README.md b/README.md index 34fe65160a..0ae7c62fc2 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,14 @@ Appsmith is a fast, easy, and secure way to build any custom internal tools. Her Do all this without depending on multiple UI libraries, coding authentication logic or writing any DB or API integrations. See the looped gif below to see how something gets built on Appsmith. It might remind you of Visual Basic. -![UI Builder Demo](https://github.com/appsmithOrg/appsmith/blob/readme/static/demo.gif) +![UI Builder Demo](https://github.com/appsmithOrg/appsmith/blob/master/static/demo.gif) ------------------ +## Demo Video + +* [Build a tool in 5 minutes!](http://bit.ly/appsmith-demo-github) + ## Example Applications * [Customer Support Dashboard](https://bit.ly/cs-dashboard-appsmith) @@ -44,15 +48,15 @@ You can try our online sandbox or deploy a Docker image on a server. ## Why Appsmith? -When we build internal tools today, we turn to admin panels frameworks or use a bootstrap theme. We took inspirations from the best admin panels, bootstrap themes, and brought back the easy UI builder of Visual Basic. +When we build internal tools today, we turn to admin panels, UI frameworks or use a bootstrap theme. We took inspirations from the best admin panels, bootstrap themes, and brought back the easy UI builder of Visual Basic. -Appsmith is a quicker way of building internal tools by visualising them as modular blocks (**Widgets, APIs, Queries, JS**) and giving developers a simple user interface to configure them. New features, UI modification, changing dataflows, and modifying business logic becomes a [piece of cake](https://i.kym-cdn.com/photos/images/newsfeed/001/355/125/5ca.png) because you no longer have to trudge through large undocumented code bases or wrestle with HTML/CSS. We understand that while some configurations are static and are better controlled via UI, a lot of it is dynamic and should be configured through code. Appsmith doesn't take the fun out of coding, instead it treats every block as an object and exposes it via javascript so that you can read, transform and manipulate it. Whether it's a widget, API or query, you get to decide where you need to configure and where you need to code. +Appsmith is a quicker way of building internal tools by visualising them as modular blocks (**Widgets, APIs, Queries, JS**) and giving developers a simple user interface to configure them. New features, UI modification, changing dataflows, and modifying business logic becomes a [piece of cake](https://i.kym-cdn.com/photos/images/newsfeed/001/355/125/5ca.png) because you no longer have to trudge through large undocumented code bases or wrestle with HTML/CSS. We understand that while some configurations are static and are better controlled via UI, a lot of it is dynamic and should be configured through code. Appsmith doesn't take the fun out of coding, instead it treats every block as an object and exposes it via javascript so that you can read, transform and manipulate it. Whether it's a widget, API or query, you get to decide where you need to configure and where you need to code! ## Features * **Build custom UI**: Drag & drop, resize and style widgets **without HTML / CSS**. [Read more](https://docs.appsmith.com/core-concepts/building-the-ui) * **Query data**: Query & update your database directly from the UI. Connect to **postgres, mongo, MySQL, REST & GraphQL APIs**. [Read more](https://docs.appsmith.com/core-concepts/building-the-ui/displaying-api-data) -* **JS Logic**: Write snippets of business logic using JS to transform data, manipuate UI or trigger workflows. Use Lodash functions +* **JS Logic**: Write snippets of business logic using JS to transform data, manipuate UI or trigger workflows. Use popular libraries like lodash & moment anywhere in the app * **Data Workflows**: Simple configuration to create flows when users interact with the UI. [Read more](https://docs.appsmith.com/core-concepts/building-the-ui/calling-apis-from-widgets) * **Realtime Editor**: Changes in your application reflect instantly with every edit. No need to compile! * **Works with existing, live databases**: Connect directly to any Postgres, MySQL, & Mongo db diff --git a/deploy/install.sh b/deploy/install.sh index b1a08c5b76..b68c690653 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -415,16 +415,15 @@ if [[ $status_code -ne 401 ]]; then echo "++++++++++++++++++++++++++++++++++++++++" echo "" else - echo "+++++++++++ SUCCESS ++++++++++++++++++++++" - echo "Your installation is complete. Please run the following command to ensure that all the containers are running without errors:" - echo "" - echo -e "cd \"$install_dir\" && sudo docker-compose ps -a" + echo "+++++++++++ SUCCESS ++++++++++++++++++++++++++++++" + echo "Your installation is complete!" echo "" if [[ -z $custom_domain ]]; then echo "Your application is running on 'http://localhost'." else echo "Your application is running on 'https://$custom_domain'." fi + echo "" echo "+++++++++++++++++++++++++++++++++++++++++++++++++" echo "" echo "Need help troubleshooting?" diff --git a/static/demo.gif b/static/demo.gif index 16f72f564f..e2989eab99 100644 Binary files a/static/demo.gif and b/static/demo.gif differ