-
Notifications
You must be signed in to change notification settings - Fork 171
External ID Server
Campbell edited this page May 12, 2014
·
1 revision
You are here: Home · Developing Bika LIMS · ID Server
If you are installing a clustering setup with multiple ZEO servers, the content IDs generated by Bika will need to be unique among all servers. Read the default id generator at idserver.py: the catalog is used with some simple conditions to generate IDs, creating the possibility of conflict errors when saving new objects.
An ID server script is included to handle this task. The ID server is located in the scripts/ folder of your Bika product directory.
[instance]
environment-vars =
IDServerURL http://localhost:8089
$ cd Plone/zinstance
$ bin/buildout
Edit the start-id-server script, and ensure that the PYTHON, BIKA_BASE, and PORT settings are correct for your installation.
$ ./start-id-server
User Documentation
Hosting and Administration
Professional Service Providers