======================================= | Eurovision -- Let it Sparkle/Sparql | ======================================= | Configuration | --------------------------------------- -- 1. Go to your Greenstone3 home directory -- source ./gs3-setup.sh -- 2. Check out the Eurovision-LOD Site and Iterface -- svn co https://svn.greenstone.org/main/trunk/model-sites-dev/eurovision-lod web/sites/eurovision-lod svn co https://svn.greenstone.org/main/trunk/model-interfaces-dev/eurovision-lod web/interfaces/eurovision-lod -- 3. Update the Greenstone servlet config file so it works with the new eurovision-lod site and interface -- In a text editor, open: $GSDL3SRCHOME/web/WEB-INF/servlets.xml For the entry: library Change the name of the 'site_name' and 'interface' params to be the eurovision-lod ones Change lines 9-16 from: site_name localsite interface_name default To: site_name eurovision-lod interface_name eurovision-lod -- 4. Test out your updated Greenstone3 DL server -- ant start In your browser, visit (if operating locally): http://localhost:8383/greenstone3/library ant stop