Difference between revisions of "PreviewPlusInstallation"

From EPrints Documentation
Jump to: navigation, search
(New page: =Installation = Begin by downloading PreviewPlus from : SOMEWHERE == Prerequesit software == As prerequisits you will also require FFMPEG, LAME and OpenOffice. On Ubuntu/Debian you can ...)
 
Line 9: Line 9:
  
 
FFMPEG:[http://ffmpeg.org/index.html http://ffmpeg.org/index.html]
 
FFMPEG:[http://ffmpeg.org/index.html http://ffmpeg.org/index.html]
 +
 
LAME:[http://lame.sourceforge.net/ http://lame.sourceforge.net/]
 
LAME:[http://lame.sourceforge.net/ http://lame.sourceforge.net/]
 +
 
OpenOffice:[http://www.openoffice.org/ http://www.openoffice.org/]
 
OpenOffice:[http://www.openoffice.org/ http://www.openoffice.org/]
 +
 +
== Plugin Installation ==
 +
Instructions assume eprints is installed at /opt/eprints3
 +
 +
Extract the tarball into your local archive directory:
 +
<code>
 +
cd /opt/eprints3/archives/ARCHIVEID
 +
tar xvzf PreviewPlus.VERSION.tgz
 +
</code>

Revision as of 10:14, 4 December 2009

Installation

Begin by downloading PreviewPlus from : SOMEWHERE

Prerequesit software

As prerequisits you will also require FFMPEG, LAME and OpenOffice. On Ubuntu/Debian you can install these from the package manager. On RedHat/Fedora you may have to install them by hand depending what repositories you have available.

FFMPEG:http://ffmpeg.org/index.html

LAME:http://lame.sourceforge.net/

OpenOffice:http://www.openoffice.org/

Plugin Installation

Instructions assume eprints is installed at /opt/eprints3

Extract the tarball into your local archive directory: cd /opt/eprints3/archives/ARCHIVEID tar xvzf PreviewPlus.VERSION.tgz