-
Notifications
You must be signed in to change notification settings - Fork 29
Installing Bika Health Extension
You are here: Home · Installing Bika Health Extension
- Introduction
- Installing Bika Health
- Upgrading to Bika Health 3.1.7
- Upgrading to Bika Health 3.1.6
- Upgrading to Bika Health 3.1.5
Bika Health is an extension for Bika LIMS developed specifically for health care laboratories, with patient samples and clinical cases the central elements in the lab workflow. Bika Health can be installed on Windows, Mac OS X, Linux, BSD and other platforms.
Follow the same steps described in Bika LIMS installation guide, but
on the step 3, add the egg bika.health
in the buildout.cfg instead of bika.lims
.
Buildout will download the required version of bika.lims, as well as other dependencies.
The eggs
section might look like:
eggs =
Plone
Pillow
bika.health
Bika Health 3.1.7 requires Bika LIMS 3.1.8 (released on 2015/06/03).
As a 'minor' release, this is a safe upgrade (see Bika's Release Cycle, but if your instance has been customised, we strongly suggest to review whether the customisations are affected by checking the changelogs published with Bika LIMS 3.1.8 and Bika Health 3.1.7:
-
Be sure to verify all pending Analysis Requests (see Bika LIMS 3.1.8 for further details)
-
Review carefully the release notes and upgrade instructions for Bika LIMS 3.1.8
-
Remember to make a backup
-
Be sure to not have bika.lims neither bika.health declared inside the versions section from the buildout. versions section might look like this:
[versions] Cheetah = 2.2.1 plone.recipe.command = 1.1 plone.recipe.precompiler = 0.6 plone.recipe.unifiedinstaller = 4.3.1 Products.DocFinderTab = 1.0.5 ZopeSkel = 2.21.2 collective.recipe.backup = 2.14 zopeskel.dexterity = 1.5.3 zopeskekel.dexterity = 1.5.3 zopeskel.diazotheme = 1.1 raven = 4.0.4
-
Follow the same steps described in Bika LIMS installation guide for upgrading Bika LIMS.
Bika Health 3.1.6 requires Bika LIMS 3.1.7 (released on 2015/02/26).
As a 'minor' release, this is a safe upgrade (see Bika's Release Cycle, but if your instance has been customised, we strongly suggest to review whether the customisations are affected by checking the changelogs published with Bika LIMS 3.1.7 and Bika Health 3.1.6:
Upgrade instructions
-
Be sure to not have bika.lims neither bika.health declared inside the versions section from the buildout. versions section might look like this:
[versions] Cheetah = 2.2.1 plone.recipe.command = 1.1 plone.recipe.precompiler = 0.6 plone.recipe.unifiedinstaller = 4.3.1 Products.DocFinderTab = 1.0.5 ZopeSkel = 2.21.2 collective.recipe.backup = 2.14 zopeskel.dexterity = 1.5.3 zopeskekel.dexterity = 1.5.3 zopeskel.diazotheme = 1.1 raven = 4.0.4
-
Follow the same steps described in Bika LIMS installation guide for upgrading Bika LIMS.
Bika Health 3.1.5 is not compatible with Bika LIMS > 3.1.5, so you need to set manually which version of Bika LIMS must be downloaded.
Upgrade instructions
-
Inside the buildout.cfg's versions section:
[versions] ... bika.lims = 3.1.5
-
Follow the same steps described in Bika LIMS installation guide for upgrading Bika LIMS.
User Documentation
- Introduction to Bika Health
- Bika Health top level ERD
- Releases Changelog
- Bika LIMS documentation
- Community
- How to Contribute
- Supported Instruments
- Results Import from Spreadsheet
- Import Export 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