Qualipso Factory Packages
From Mandriva Community Wiki
Contents |
Factory Packages
The qualipso factory packages (developement version) are available online on this repository : http://people.mandriva.com/~nvigier/qualipso/noarch/
Installing Factory
On Mandriva 2010.0, add the packages repository :
# urpmi.addmedia qualipsofactory http://people.mandriva.com/~nvigier/qualipso/noarch/
Install the qualipso-factory package :
# urpmi qualipso-factory
Start the jboss server and the Apache server:
# sudo /etc/init.d/jboss start # sudo /etc/init.d/httpd start
The factory webservices are now accessible through http://localhost:8080/. The web interface, based on ezweb is accessible through http://localhost/.
Installing gadgets
This step will soon be done automatically.
The gadgets are available through http://localhost/repository/. To add a gadget, go to "Add Gadgets" and click on "Development options". It hde text field "Template URL", enter the URL of the xml of the gadget.
Example:
http://localhost/repository/BugTracker/BugTracker.xml
TODO
- provide a link to download a 2010.0 virtual image for qemu/virtualbox configured with the repository
- enable all ezweb gadgets automatically
- fix mantis package
- maybe create an init script /etc/init.d/qualipso-factory start|stop|restart|status which controls both jboss and apache for easing the service management?
- state the differences between the current procedures implemented in the packages, and the ones described in the factory installation document
- get feedback from the Qualipso A7 developers on the current status of the packages
- maybe rename factory-gadgets into qualipso-factory gadgets for consistency namespace with the qualipso-factory core package?
- import the spec files into the Qualipso Factory SVN https://gforge.inria.fr/scm/?group_id=1872

