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: 6 days ago
JSON representation

Electronic Lab Notebook

Lists

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