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

Vagrant Bootstrap Fixes #83

Merged
merged 2 commits into from
Sep 22, 2016
Merged

Commits on Sep 21, 2016

  1. Added POST_COMMENTS to vagrant_env.sh to fix freshly bootstraped vagr…

    …ant boxes from failing to run rust backend
    DiscoStarslayer committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    62b62d9 View commit details
    Browse the repository at this point in the history
  2. Created frontend provisioning script

    This script handles pulling in all of the frontend's dependencies. It also creates a symlink from the node_modules directory inside the shared /vagrant folder to the Vagrant VM's home folder. This fixes issues in windows where npm install tries to create symlinks in a NTFS backed file system. It also speeds up the npm install process as Virtual Box's shared folder engine is significantly slower than a native file system, especially with npm's large number of small files.
    DiscoStarslayer committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    1059903 View commit details
    Browse the repository at this point in the history