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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# The full LAMP stack with phpMyAdmin is installed regardless of needing a DB for a project | |
# todo: Add shared network folder with host--easy of moving files between host/guest | |
# These values could be prompted for, if and until that's written, add them below | |
# VAGRANT_API_VERSION: The API version | |
# VM_DISPLAY_NAME: The name applied to the VM in VituralBox | |
# MY_SQL_VERSION: The server version | |
# PMA_VERSION: The phpMyAdmin version |
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
baumanisk@KARW24098 C:\Users\baumanisk\Vagrantfile | |
> vagrant provision | |
==> default: Running provisioner: shell... | |
default: Running: inline script | |
==> default: Set Zend desktop background image... | |
==> default: [DONE: Setting up background image] | |
==> default: Running provisioner: shell... | |
default: Running: inline script | |
==> default: Set timezone to US Pacific Time... | |
==> default: Ame |
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
baumanisk@KARW24098 C:\Users\baumanisk | |
> cd Vagrantfile | |
baumanisk@KARW24098 C:\Users\baumanisk\Vagrantfile | |
> vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Box 'box-cutter/ubuntu1404-desktop' could not be found. Attempting | |
to find and install... | |
default: Box Provider: virtualbox | |
default: Box Version: >= 0 |
NewerOlder