Goobi.Production is a workflow tool suite for the support of mass digitization. Goobi.Production is part of the Goobi Digital library Suite.
Goobi is an open source software suite intended to support mass digitization projects for cultural heritage institutions. Goobi is widely-used and cooperatively maintained by major German libraries and digitization service providers. The software implements international standards such as METS, MODS and other formats maintained by the Library of Congress. Goobi consists of several independent modules serving different purposes such as controlling the digitization workflow, enriching descriptive and structural metadata, and presenting the results to the public in a modern and convenient way.
To get more information, visit the following web sites: http://www.goobi.org http://wiki.goobi.org
You can also follow Goobi News on Twitter at @Goobi_org
The software is written in Java and using Java Server Faces web technology to run on a Tomcat Servlet container backed up by a MySQL database accessed utilizing the Hibernate framework. It uses (Unix/Windows) shell scripts and is often used with Windows shares in Samba environments authenticated via LDAP.
The project structure is IDE independent. The tool for issue building, testing and packagin of the application is Ant. Ant gets configured by providing a build.properties file nect to the build.xml build-file.
All dependend libraries are shipped with the source code. They can be found in the top level directory /lib. The only thing that is not shipped is a Tomcat specific Servlet-API. This should come along with the Tomcat distribution you're building against. It's location has to be specifed either in the build configuration file build.properties or as command line parameter to the ant command.
In order to build the application with (the rather useless) default configuration, you have to ensure that there is a Tomcat distribution ready. Then follow these simple steps in the project top-level directory:
- Use the example
build.properties.templates
file to create an actualbuild.properties
file. cp build.properties.template build.properties - Edit the file and provide the path to your Tomcat distributions
lib/
directory in thetomcat.dir.lib
parameter. - Execute ant to generate Goobi.Production distributable WAR and JAR files. All build artifacts (class files, javadoc, test results) will end up in the
build/
directory. All distributables end up in thedist/
directory.
Basic configuration files are located under config/
directory. To provide a custom (local) configuration, create a directory config-local
and put there your specific configuration files just before you create a distribution via the ant
command. The build script will then replace every default configuration file with the configuration file it finds in your config-local
directory.
Most probably, you will have to adjust these four files:
- goobi_config.properties
- contentServerConfig.xml
- hibernate.cfg.xml
- log4j.properties
- propertyTemplates.xml
Setting up a Goobi instance can be quite tricky. For more help on how to configure Goobi, please check the web sites above or ask questions on the mailing lists.