#R-CoRe Demonstration For the RuleML'13 Conference This repository serves the demonstration of the implementation of CDL using Kevoree. We propose here three ways to run the demonstration, from easy to advanced, requiring each time a bit more tools to run.
- Download the demonstration launcher here
- Open a
Terminal
orConsole
cd
into the folder where the launcher has been downloaded- Launch this executable Jar:
java -jar lu.snt.rcore.demo.runner-1.1.jar
- You can then enjoy the demonstration
- To end the demo, simply close the
Monitor Screen
that displays the graph.
For the medium, you need to have Apache Maven installed on your computer.
- Clone the git repository
- Open a console and
cd
into thelu.snt.rcore.demo.runner
folder - Type
mvn key:run
- Enjoy the Demo
- Just
ctrl + C
to end the demo.