hbelmiro / 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 JBake

To build the drools-website (before and after your changes):

$ mvn clean generate-resources

Local Build and Test

You can either use the JBake provided live-editing:

$ mvn clean jbake:inline
$ firefox http://localhost:8820

Alternatively, you may opt to generate the website with the standard Maven build, and then serve the content from your local FS:

$ mvn clean generate-resources && cd target/website && npx serve && cd ../..
$ firefox http://localhost:5000

About

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

License:Apache License 2.0


Languages

Language:FreeMarker 52.2%Language:HTML 16.2%Language:JavaScript 15.8%Language:CSS 8.5%Language:Java 4.9%Language:Shell 1.7%Language:Haml 0.6%