Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Debian Stretch and latest NodeJS LTS 10.15.x #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2019

  1. Use Debian Stretch and latest NodeJS LTS 10.15.x

    Changed to use Debian Stretch (9) rather than outdated Debian Jessie
    (8).  Also changed the default NodeJS to be latest LTS version 10.15.x.
    This fixed an issue with bcrypt "undefined symbols" with NodeJS 8.9.
    
    Also added a loop to try different GPG Keyservers in case one is
    unresponsive.  Had problems with SKS – sometimes it worked, sometimes
    not.
    
    Last but not least:  after Meteor installtion is done, remove and
    re-install fiber to workaround a "Missing binaries" error with fibers.
    johndoe75 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    dd2d867 View commit details
    Browse the repository at this point in the history
  2. Install bcrypt

    johndoe75 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    8b338d0 View commit details
    Browse the repository at this point in the history