Derby DB Setup - tsgrp/HPI GitHub Wiki

A database is needed to run SuggestR. The commonly used one for development is Derby DB. Any DB may be used with SuggestR, but that will be done at your discretion

  1. Download Derby DB from the Apache Derby DB downloads page. Currently, we suggest using version 10.14.2.0 of Derby DB.
  2. Follow the Apache Derby DB installation guide to install the software. DO NOT execute the Configure Embedded Derby step, skip directly to the verification step.
  3. Complete the sections titled Configure environment & Start Network Server in the Apache Derby DB Introduction page.
  4. To start Derby, navigate to the derby bin directory and run the startNetworkServer.sh. Note the URL it is running on.