cristianonicolai / drools-website

The awestruct sources for the website http://www.drools.org and the presentation sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developing Drools and jBPM

If you want to build or contribute to a droolsjbpm project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

How to build with Awestruct

Follow the instructions of Awestruct's getting started guide.

First set up your environment correctly:

$ 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):

$ rake clean build
$ firefox _site/index.html

And publish your changes:

$ rake publish

About

The awestruct sources for the website http://www.drools.org and the presentation sources.

License:Apache License 2.0


Languages

Language:HTML 48.6%Language:JavaScript 27.3%Language:CSS 19.8%Language:Ruby 3.1%Language:Shell 1.3%