From 3d7a76415b6aa203c1152c50a2b7c71978086721 Mon Sep 17 00:00:00 2001 From: Abhishek Yadav <34765230+ydvabhee@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:46:35 +0530 Subject: [PATCH 1/3] added about us in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ff58ef..b355472 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +**About Dashbuilder** +Dashbuilder is a full featured web application which allows non-technical users to visually create business dashboards. +Dashboard data can be extracted from heterogeneous sources of information such as JDBC databases or regular text files. + dashbuilder-website =================== From 4a0c633b921c2d26d6e2a3315613d8d57404e7d5 Mon Sep 17 00:00:00 2001 From: Abhishek Yadav <34765230+ydvabhee@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:54:09 +0530 Subject: [PATCH 2/3] update readme - added about us --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b355472..b8e6b52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ **About Dashbuilder** + Dashbuilder is a full featured web application which allows non-technical users to visually create business dashboards. Dashboard data can be extracted from heterogeneous sources of information such as JDBC databases or regular text files. From a39273d3d17181660ce01e599d0cf0631e8bebc5 Mon Sep 17 00:00:00 2001 From: BhaweshVerma Date: Fri, 2 Oct 2020 00:21:20 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8e6b52..a285d5a 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ dashbuilder-website Sources for the website http://www.dashbuilder.org -# How to build with Awestruct +# How to build with Dashbuilder's Awestruct: Follow the instructions of Awestruct's [getting started guide](http://awestruct.org/getting_started/). -First set up your environment correctly: +First set up your environment correctly using the following code: $ curl -L https://get.rvm.io | bash -s stable --ruby=1.9.3 $ gem install awestruct bundler $ rake setup -Then build the website (before and after your changes): +Then build your website (before and after your changes): $ rake clean build $ firefox _site/index.html @@ -27,3 +27,5 @@ And publish your changes: $ rake publish +And that's it! +Happy coding😄