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:
- At this point you should have run everything up through make cli and the subsequent rails db:ETC commands.
- Run the command
yarnas normal. - DO NOT RUN
webpacker:compile. bundle add webpackeryarn add @rails/webpacker@nextbundle exec rails webpacker:install(Yes to overwrite files)yarn upgraderails webpacker:compile- At this point, the instructions remain the same as in the GitHub repository.
exitmake run- Optionally, open an extra terminal and run:
make worker