salaboy / drools-workshop

drools workshop resources
Apache License 2.0
38 stars 52 forks source link

Drools Workshop

Here are some projects for a basic to intermediate Drools Workshop

Building the projects (To avoid big downloads on the workshops)

Requirements:

- JDK 1.8 +  (some of the projects will be compiled using 1.7 target for compatibility with kie-server)
- Maven 3.2.3 + 
- Git tools (https://git-scm.com/downloads)
- Docker (https://docs.docker.com)
- An IDE will be good

Docker Specifics If you want you can download some of my docker images, this usually takes time so I recommend you to download these images before going to the workshop. You can execute these commands once you installed docker (and you are in a docker enabled terminal, I'm using Kitematic in Mac OSX and for that reason you need to start it and then open a comand line (CLI) from Kitematic). My Docker images are here: https://hub.docker.com/u/salaboy/

Please create an issue here if you find a problem with this instructions.