Skip to content

securityandtrust/ruleml13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Run the Demonstration (easy)

  1. Download the demonstration launcher here
  2. Open a Terminal or Console
  3. cd into the folder where the launcher has been downloaded
  4. Launch this executable Jar:java -jar lu.snt.rcore.demo.runner-1.1.jar
  5. You can then enjoy the demonstration
  6. To end the demo, simply close the Monitor Screen that displays the graph.

Run the Demonstration (medium)

For the medium, you need to have Apache Maven installed on your computer.

  1. Clone the git repository
  2. Open a console and cd into the lu.snt.rcore.demo.runner folder
  3. Type mvn key:run
  4. Enjoy the Demo
  5. Just ctrl + C to end the demo.

Offline mode

  1. Download a Kevoree Runtime in version 1.9.0 (here)
  2. Download the model of the demonstration (here)
  3. Place them in the same folder
  4. cd in the folder and run the demonstration with java -Dnode.bootstrap=bootstrap.1.1.kevs -jar org.kevoree.platform.standalone-1.9.0.jar

About

Repository for demonstration of R-CoRe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages