Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The digilib development repository lives on Sourceforge: http://digilib.sourceforge.net 

with a Mercurial code repository: http://hg.code.sf.net/p/digilib/code 

(there is also a mirror on github: https://github.com/robcast/digilib ).

Dependencies

To run digilib you need:

  • Java (version 7 or later)
  • Tomcat (version 7 or later) or Jetty

To build and develop digilib you also need:

  • Mercurial (or git)
  • Maven

Installing digilib

You can get digilib either as a pre-built WAR file from:

or build your own version (preferred) by following the "Developer build" instructions on http://digilib.sourceforge.net/build-maven.html

You can put the resulting WAR file or the "exploded" web application directory in the "webapps" directory of your Tomcat server and restart Tomcat.

Configuring digilib

See the digilib configuration documentation at http://digilib.sourceforge.net/digilib-config.html


  • No labels