Documentation
Installing Docvert on Ubuntu Hardy Heron
========================================
1- Install the release key:
apt-get install gnupg
gpg --keyserver subkeys.pgp.net --recv-key AAB0E0D1F4B68080
gpg -a --export AAB0E0D1F4B68080 | apt-key add -
2- Add this line to /etc/apt/sources.list:
deb http://docvert.org/debian etch main
3- Update the package list:
apt-get update
4- Install docvert
apt-get install docvert docvert-openoffice.org
5- Enable docvert by uncommenting the alias in
/etc/apache2/conf.d/docvert
and then restart apache:
apache2ctl configtest
apache2ctl graceful
Installing Docvert on Debian Etch
==================================
1- Add these lines to /etc/apt/sources.list:
deb http://www.backports.org/debian etch-backports main
deb http://docvert.org/debian etch main
2- Update the package list:
apt-get update
3- Install the release key:
apt-get install debian-backports-keyring gnupg
gpg --keyserver subkeys.pgp.net --recv-key AAB0E0D1F4B68080
gpg -a --export AAB0E0D1F4B68080 | apt-key add -
apt-get update
4- Install openoffice.org-headless:
apt-get install -t etch-backports openoffice.org-headless
5- Install docvert
apt-get install docvert docvert-openoffice.org
6- Enable docvert by uncommenting the alias in
/etc/apache2/conf.d/docvert
and then restart apache:
apache2ctl configtest
apache2ctl graceful