Skip to content

tubav/fiteagle2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FITeagle 2

FITeagle implementation based on OSGi modules and JMS messaging within a J2EE container.

Current build status: Build Status Coverage Status

Bootstrapping

Get everything up and running within a minute:

bash -c "$(curl -fsSkL http://fiteagle.org/run)" bootstrap

After the bootstrap all software components have been downloaded and configured:

  • server: the J2EE+OSGi (WildFly) and XMPP (OpenFire) server
  • src: the FITeagle sources
  • tmp: the downloaded files
  • fiteagle.sh: a helper script

Starting

  • J2EE: run ./fiteagle.sh startJ2EE
  • XMPP (optional): run ./fiteagle.sh startXMPP
  • FITeagle: run ./fiteagle.sh deployAll

Deployment

If you want to (re-)deploy a single component, run cd src/PATH/TO/MODULE; mvn wildfly:deploy.

GUI

CLI