JeromeDL: The Semantic Digital Library - Installation


Unless you are going to start using JeromeDL in production stage, which will make us all happy, you probably do not need to read any of these configuration details.

Good news - JeromeDL runs out of the box. You do not have to make any configuration changes if you just want to play with it. Here are some express installation tips.

Prerequisites

Running JeromeDL on Windows

  1. go to the directory where JeromeDL package has been unpacked
  2. execute
startup.bat
  1. check you web browser with address http://localhost:8080/jeromedl/
  2. if nothing unexpected has happened - congratulations - you have JeromeDL instance running

Running JeromeDL on Linux

  1. Open console
  2. go to the directory where JeromeDL package has been unpacked:
cd PATH_TO_WHERE_JEROMEDL_IS_UNPACKED
  1. execute
startup.sh
  1. check you web browser with address http://localhost:8080/jeromedl/
  2. if nothing unexpected has happened - congratulations - you have JeromeDL instance running


However, once you are happy with it, and ready to use it as your semantic digital library, this configuration tutorial will come in very handy. There are some things you might want to change to accommodate your installation to your environment, or to use any of the advanced features like aggregation mode or distributed searching.