Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run the script ${REPO_HOME}/etc/prepare-install.sh with an additional argument: "sparqler-users.derby" (note that the username and password for the user you create here for administering - who administers the sparqler - these should be different from the main repository's admin-user credentials):
    No Format
     bash ${REPO_HOME}/etc/prepare-install.sh SPARQLER_USERNAME SPARQLER_PASSWORD ${REPO_HOME} sparqler-users.derby
    
  2. Create and edit the repository configuration file (${SPARQLER_HOME}/configuration.properties) - it should be identical to the main repository's config-file, with the following two exceptions - we set:
    No Format
    eaglei.repository.sesame.dir=${sys:org.eaglei.sparqler.home}/sesame
    eaglei.repository.log.dir=${sys:org.eaglei.sparqler.home}/logs
    
  3. Start up Tomcat
  4. Run the script ${REPO_HOME}/etc/finish-install.sh, using the same sparqler-admin username and password that you want for administering the sparqler (these should be different from the main repository's superuser)set up in step 1, above, when you ran the "prepare-install.sh":
    No Format
     bash ${REPO_HOME}/etc/finish-install.sh SPARQLER_USERNAME SPARQLER_PASSWORD https://localhost:8443/sparqler
    

Synchronization

The sparqler repository keeps itself up-to-date with its source-repository by running a nightly synchronization process.  This is run automatically so long as the sparlqer and its source-repository are running - no intervention is required.

...