kalenislims/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2019-02-21 22:43:09 +01:00
![Alt text](http://kalenislims.com/img/isologo-kalenis.png)
2017-10-08 02:23:22 +02:00
2018-05-29 05:11:08 +02:00
---
[![Alt text](https://drone.kalenislims.com/api/badges/Kalenis/kalenislims/status.svg)](https://drone.kalenislims.com/kalenis/kalenislims)
2018-05-29 05:11:08 +02:00
2020-04-13 14:01:33 +02:00
[Kalenis LIMS](http://kalenislims.com/) is an open source solution designed in an integral way with the aim of supporting all laboratory processes, prioritizing the integrity, traceability and accessibility of information. It provides a complete solution for Food, Beverages and Environment industries, in full compliance with standards [ISO 17025](http://en.wikipedia.org/wiki/ISO/IEC_17025) and [GLP](http://en.wikipedia.org/wiki/Good_laboratory_practice).
2017-10-08 02:23:22 +02:00
## Getting Started
These instructions will get you a copy of the project up and running.
### Installing
2017-10-17 17:05:22 +02:00
Execute:
2017-10-08 02:23:22 +02:00
2020-04-17 17:08:08 +02:00
pip install kalenis-lims
2017-10-17 17:05:22 +02:00
2020-04-13 14:01:33 +02:00
Once installed you have to setup the server with this command:
2017-10-08 02:23:22 +02:00
```
2020-04-13 14:01:33 +02:00
kalenis-cli setup -l <language> -i <industry>
2017-10-08 02:23:22 +02:00
```
2020-04-13 14:01:33 +02:00
To run the server execute:
```
kalenis-cli run
```
2017-10-08 02:23:22 +02:00
## Built With
* [Tryton](http://www.tryton.org/)
## License
See LICENSE file in each module
## Copyright
2017-10-17 17:05:22 +02:00
See COPYRIGHT file in each module