This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# This script stands on the shoulders of giants. | |
# | |
# You can always find the most recent version here: https://gist.github.com/hisnameisjimmy/56f9414076ca39a79bfa07eefa89759e | |
# | |
# It is written and tested for Ubuntu 16.04 on Digital Ocean using a 1GB droplet. | |
# Anything less than 1GB of memory may cause issues with anything memory intensive | |
# like imports/exports. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO host: Detected: windows! | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 1 hooks defined. | |
INFO runner: Running action: #<Vagrant::Action::Builder:0x2d329a0> | |
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxAdd:0x38da6e0> | |
INFO environment: Running hook: authenticate_box_url | |
INFO runner: Preparing hooks for middleware sequence... | |
INFO runner: 2 hooks defined. | |
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x3832e18> | |
INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x2a66e28> |