Skip to main content

SciNote Installation Instructions

For the most part, one can follow the installation/setup instructions provided in the BioSitemika/scinote-eln repository here.

However, as of 2019, the webpacker step does not work as written.

Follow the instructions from the GitHub repository until you get to the make cli section. Then follow these instructions instead:

  1. At this point you should have run everything up through make cli and the subsequent rails db:ETC commands.
  2. Run the command yarn as normal.
  3. DO NOT RUN webpacker:compile.
  4. bundle add webpacker
  5. yarn add @rails/webpacker@next
  6. bundle exec rails webpacker:install (Yes to overwrite files)
  7. yarn upgrade
  8. rails webpacker:compile
  9. At this point, the instructions remain the same as in the GitHub repository.
  10. exit
  11. make run
  12. Optionally, open an extra terminal and run: make worker