Debian package
Last modified by Vincent Massol on 2024/11/19 16:12
Description
Goal
Provide an easy package and repository to install XWiki on Debian/Ubuntu systems.
Tomcat package
Mysql package
- create database
- let the user choose the database user password
PostgeSQL package
- create database
- let the user choose the database user password
TODO
- apache httpd setup
- openoffice support
- use debian java libraries dependencies instead of the one from the war
- properly sign debian repository and packages using GPG (or something else)
- produce a sql script from the xar to inject it to mysql during deb package install using debconf
Debian repository
mini-dinstall looks like the way to go but it's using .changes files and not .deb files it seems.
For now I wrote a script to make a maven repository expose a Debian repository with all the .deb found in it.
Ubuntu repository
http://developer.ubuntu.com/publish/freestable/
Thomas Mortagne
Guillaume Fenollar