Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 390 Bytes

README-DEV.md

File metadata and controls

22 lines (14 loc) · 390 Bytes

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