Skip to content

afomchenko/AgileDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This project provides an example of simple team tracker based on Apache Felix OSGi framework. The application uses Grizzly as a web service, ormlite as an ORM. The front-end based on ExtJS framework.

Prerequisites

Build

  • Run install.bat from the project directory. The script will automatically download all the necessary dependencies to the Felix folder

Deploy and run

  • Edit agileboard-felix/conf/config.properties file. Set http port and MySql database properties ** The database dump is in the AgileBoardSQLDump.sql file
  • Run install.bat from the project directory
  • Execute init-all command from gogo console
  • Go to http://localhost:<HTTP_PORT>/agileboard/index.html