Skip to content

Comment compiler Shivas

Blackrush edited this page Mar 6, 2013 · 2 revisions

Prérequis

  • Vous devez avoir Maven d' installé et d' opérationnel avec la ligne de commande
  • Vous devez avoir Atomium d' installé :
$ git clone git://github.com/Blackrush/Atomium.git
$ cd Atomium/
$ mvn clean install

Installation

$ git clone git://github.com/Blackrush/Shivas.git Shivas
$ cd Shivas/
$ mvn clean install
$ cd shivas-host/shivas-host-complete/
$ mvn assembly:single
$ ls target/

À la fin, vous obtiendrez une archive .jar exécutable dans shivas-host/shivas-host-complete/target/

Pour l'utiliser, rien de plus simple : $ java -server -jar shivas-host-complete-VERSION-jar-with-dependencies.jar avec VERSION le numéro de build de Shivas.

Clone this wiki locally