Skip to content
hertsch edited this page Sep 4, 2013 · 4 revisions

Whenever you are synchronizing different local installations, i.e. the notebooks of your employes, they don't have a unique IP or a own URL. To identify these installations they can have an individual INSTALLATION_NAME, for example "Mike's notebook".

The INSTALLATION_NAME is also used by other WebsiteBaker or LEPTON CMS add-ons, like toolConfirmationLog. These add-ons expect that the INSTALLATION_NAME is defined in the config.php of the Content Management System:

define("INSTALLATION_NAME", "Mike's notebook");

SyncData2 will check for the installation name at setup and write it to the syncdata.json file in the CMS section:

"CMS": {
  "INSTALLATION_NAME": "Mike's notebook"
}

You can always edit and change the installation name in the syncdata.json configuration. If it is not defined, it will not used.

Next step: Usage

Clone this wiki locally