# Overview For main overview document see: ../../INSTALL.txt # Preparation The majority of work in preparing the data is located in: prepare See the README in that directory for more details. The ultimate goal, once everything is setup in 'prepare' is that you can run in that directory: ./PREPARE-ALL.sh # Building Having run all the prepare scripts, which copy the necessary files over into the 'import' directory, return to this top-level collection directory to build the collection. ALL-CAPS convenience scripts are provided to simplify the process. Check the values in: _local_collect_config.sh In a text editor open: transform/layouts/header.xsl and review the values at the start of the file related the Apache Jena, starting with the line that sets the XSL variable: sparqlEndpointHostAndOptPort The SVN checked out files assume you are running your Greenstone3 installation over localhost. If you are running a proxied public facing DL installation, then you will need to change these values. An example for the 'sowemustthink.space' is given (commented out) below. *Important*: The marker FULL_GREENSTONE_URL_PREFIX marker can only appear ONCE in the file so-we-must-think.space https://so-we-must-think.space /greenstone3-lod3 /greenstone3-lod https://so-we-must-think.space/greenstone3-lod3 Finally, run: ./FULL-REBUILD.sh # Extra Notes For specific notes on command line environment preparation (along with some TODO items with useful URLs) see: NOTES.txt