-
Notifications
You must be signed in to change notification settings - Fork 169
Configuring a Bika LIMS development environment
rockfruit edited this page Nov 1, 2014
·
10 revisions
Steps to configuring a Bika LIMS development environment
- Install Plone and Bika LIMS
Follow the Bika-LIMS installation instructions
- Install and configure git
Follow these steps: Github: Set Up Git
- Fork and Clone the Bika-LIMS sources
Follow the instructions at Github: Fork A Repo.
When you clone the new fork that you have created, you should place it in the
src/
directory inside your Plone installation.
By default, the directory name of the new clone will be that of the repository, but this is not required.
- Configure Buildout
You must edit buildout.cfg
. You will need to add or edit the "develop = " statement in the [buildout] section, to include the folder that contains the forked source.
develop =
src/Bika-LIMS
Remember to run
bin/buildout
again.
All done!
- Next steps
Read the excellent Plone developer documentation
- Join the bika-developers list at http://lists.sourceforge.net/lists/listinfo/bika-developers, and the IRC channel at irc.freenode.net/#bika immediately. We will be happy to help you acheive the highest code quality with your customisation project.
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