Created
July 10, 2017 19:40
-
-
Save ericdowell/ceb59ee20c9a3b874f3dbfba1df49a2e to your computer and use it in GitHub Desktop.
Laravel Homestead 5.4.0 Vagrant Up Output
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
~/Projects/homestead-example master vagrant up | |
Bringing machine 'homestead' up with 'virtualbox' provider... | |
==> homestead: Importing base box 'laravel/homestead'... | |
==> homestead: Matching MAC address for NAT networking... | |
==> homestead: Checking if box 'laravel/homestead' is up to date... | |
==> homestead: Setting the name of the VM: homestead | |
==> homestead: Fixed port collision for 80 => 8000. Now on port 2201. | |
==> homestead: Fixed port collision for 443 => 44300. Now on port 2202. | |
==> homestead: Fixed port collision for 3306 => 33060. Now on port 2203. | |
==> homestead: Fixed port collision for 5432 => 54320. Now on port 2204. | |
==> homestead: Fixed port collision for 8025 => 8025. Now on port 2205. | |
==> homestead: Fixed port collision for 27017 => 27017. Now on port 2206. | |
==> homestead: Fixed port collision for 22 => 2222. Now on port 2207. | |
==> homestead: Clearing any previously set network interfaces... | |
==> homestead: Preparing network interfaces based on configuration... | |
homestead: Adapter 1: nat | |
homestead: Adapter 2: hostonly | |
==> homestead: Forwarding ports... | |
homestead: 80 (guest) => 2201 (host) (adapter 1) | |
homestead: 443 (guest) => 2202 (host) (adapter 1) | |
homestead: 3306 (guest) => 2203 (host) (adapter 1) | |
homestead: 5432 (guest) => 2204 (host) (adapter 1) | |
homestead: 8025 (guest) => 2205 (host) (adapter 1) | |
homestead: 27017 (guest) => 2206 (host) (adapter 1) | |
homestead: 22 (guest) => 2207 (host) (adapter 1) | |
==> homestead: Running 'pre-boot' VM customizations... | |
==> homestead: Booting VM... | |
==> homestead: Waiting for machine to boot. This may take a few minutes... | |
homestead: SSH address: 127.0.0.1:2207 | |
homestead: SSH username: vagrant | |
homestead: SSH auth method: private key | |
homestead: | |
homestead: Vagrant insecure key detected. Vagrant will automatically replace | |
homestead: this with a newly generated keypair for better security. | |
homestead: | |
homestead: Inserting generated public key within guest... | |
homestead: Removing insecure key from the guest if it's present... | |
homestead: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> homestead: Machine booted and ready! | |
==> homestead: Checking for guest additions in VM... | |
==> homestead: Setting hostname... | |
==> homestead: Configuring and enabling network interfaces... | |
==> homestead: Mounting shared folders... | |
homestead: /vagrant => /Users/dowelec/Projects/homestead-example | |
homestead: /home/vagrant/homestead-example => /Users/dowelec/Projects/homestead-example | |
==> homestead: Running provisioner: file... | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: | |
==> homestead: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwmB3K2plhhNQuKUsbr0BsEfJbSdSVcpDzWPjqLUryc7ANdENqb88FD2mp52PzEg0SUXfSJI1o2VBeDnl7b1wxoGL73e/U5Yke07CXEsgMvqkv7rB4+NIxcMyTslkT1XIzhkta0eoLOu+1z7I9gjuQVeS122ir6IMMLIUDbwRjd6wFJVU2TAZdjo822A9iFfGdu5hqdEqRhy0Nkcxeb4YeckfzogqGnVNbYPvWZwyztI55WfJ1MOpMrw3rz4KkoV0NzJ4E6FlyRVNA1EV1+E+7M3v4xbpD+VzGBaf/FfcXyiODLQWdNKyXs9xWdo8gPM866SAWVKR5FlT2KFODeXdz [email protected] | |
==> homestead: Running provisioner: shell... | |
homestead: Running: inline script | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/7n/v8f2yxvn4xb8mgz7xy452s_8yqd1rb/T/vagrant-shell20170710-42436-nf1zih.sh | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Certificate: homestead-example.app | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Site: homestead-example.app | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Schedule | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Restarting Nginx | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating MySQL Database: homestead | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Creating Postgres Database: homestead | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Clear Variables | |
==> homestead: Running provisioner: shell... | |
homestead: Running: script: Update Composer | |
==> homestead: Updating to version 1.4.2 (stable channel). | |
==> homestead: | |
==> homestead: Downloading (connecting...) | |
==> homestead: Downloading (100%) | |
==> homestead: | |
==> homestead: | |
==> homestead: Use composer self-update --rollback to return to version 1.4.1 | |
==> homestead: Running provisioner: shell... | |
homestead: Running: /var/folders/7n/v8f2yxvn4xb8mgz7xy452s_8yqd1rb/T/vagrant-shell20170710-42436-pnabe8.sh | |
~/Projects/homestead-example master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment