Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
**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
===================

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
Expand All @@ -22,3 +27,5 @@ And publish your changes:

$ rake publish

And that's it!
Happy coding😄