-
Notifications
You must be signed in to change notification settings - Fork 170
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
- Bika LIMS User Manual
- Releases Changelog
- Community
- How to Contribute
- Supported Instruments
- Results Import from Spreadsheet
- Analysis Requests Import Templates
Hosting and Administration
Developer
- Release Cycle
- Developer Guidelines
- Developing Bika LIMS
- Bika LIMS dev environment
- Translations and localisation
- Instrument Interfacing
- Creating new Report Templates
- Connecting Bika LIMS
Professional Service Providers