Install Hull Sync - research-technologies/hull_provisioning GitHub Wiki

Get Hull Sync running on the Hull Sync EC2 instance

  1. Install node.js using the ppa This is needed for runtime of app

    $ nodejs -v v8.11.2
    $ npm -v 5.6.0

  2. Install Ruby on Rails with rbenv

    • Installed Ruby 2.4.2 rbenv install 2.4.2
    • Rails 5.0.0.1 (Did not run echo "gem: --no-document" > ~/.gemrc as I didn't want to skip the docs)