Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ComPlat/chemotion_ELN
Electronic Lab Notebook
https://github.com/ComPlat/chemotion_ELN
eln fair-data rdm smart-lab
Last synced: 25 days ago
JSON representation
Electronic Lab Notebook
- Host: GitHub
- URL: https://github.com/ComPlat/chemotion_ELN
- Owner: ComPlat
- License: agpl-3.0
- Created: 2015-11-17T11:34:08.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:23:54.000Z (about 1 month ago)
- Last Synced: 2024-10-29T10:02:12.887Z (about 1 month ago)
- Topics: eln, fair-data, rdm, smart-lab
- Language: JavaScript
- Homepage: https://www.chemotion.net
- Size: 39.3 MB
- Stars: 125
- Watchers: 21
- Forks: 51
- Open Issues: 403
-
Metadata Files:
- Readme: README-DEV.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-chemical-data - chemotion ELN - commit/ComPlat/chemotion_ELN?style=social) [📄](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5612905/pdf/13321_2017_Article_240.pdf) (Electronic lab notebooks (ELN) / Laboratory infrastructure management systems (LIMS) / ELNs)
README
## Prepare installation
**in config/ create**
- datacollectors.yml
- database.yml
- storage.yml**write temporary in run-ruby-dev.sh**
- rake db:create
- rake db:schema:load## Installation
docker-compose -f docker-compose.dev.yml up
OR
docker-compose -f docker-compose.dev.yml up postgres app webpacker
## Working inside app container
docker exec -it chemotion_eln-app-1 /bin/bash