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
- Download Derby DB from the Apache Derby DB downloads page. Currently, we suggest using version
10.14.2.0of Derby DB. - Follow the Apache Derby DB installation guide to install the software. DO NOT execute the
Configure Embedded Derbystep, skip directly to the verification step. - Complete the sections titled
Configure environment&Start Network Serverin the Apache Derby DB Introduction page. - To start Derby, navigate to the derby bin directory and run the
startNetworkServer.sh. Note the URL it is running on.