Configure Saplo Log-in Credentials

In order to use Saplo you must set up an account. The log-in credentials for this account must then be added to a configuration file so that the Saplo Semantic plug-in can use the account. To set up the required log-in configuration:

  1. Visit http://www.saplo.com and set up an account.

  2. Create a configuration file by copying /opt/escenic/engine/plugins/semantic-saplo/misc/siteconfig/com/escenic/webservice/proxy/SaploConfig.properties to your common configuration layer. For example:

    $ cp /opt/escenic/engine/plugins/semantic-saplo/misc/siteconfig/com/escenic/webservice/proxy/SaploConfig.properties \
      /etc/escenic/engine/common/com/escenic/webservice/proxy/SaploConfig.properties
  3. Open your configuration file for editing.

  4. Uncomment the two property assignments in the file and enter the API key and secret key supplied by Saplo:

    replaceMapping.@@api_key@@ = saplo-api-key
    replaceMapping.@@secret_key@@ = saplo-secret-key