Created
November 28, 2016 23:01
-
-
Save ManInTheBox/7e140070830e1197b7b30aa161014966 to your computer and use it in GitHub Desktop.
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
zarko:unfinished/ (master) $ vagrant up [13:21:07] | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install... | |
default: Box Provider: virtualbox | |
default: Box Version: >= 0 | |
==> default: Loading metadata for box 'ubuntu/trusty64' | |
default: URL: https://atlas.hashicorp.com/ubuntu/trusty64 | |
==> default: Adding box 'ubuntu/trusty64' (v20161121.0.0) for provider: virtualbox | |
default: Downloading: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20161121.0.0/providers/virtualbox.box | |
==> default: Successfully added box 'ubuntu/trusty64' (v20161121.0.0) for 'virtualbox'! | |
==> default: Importing base box 'ubuntu/trusty64'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'ubuntu/trusty64' is up to date... | |
==> default: Setting the name of the VM: unfinished_default_1480336310305_18630 | |
==> default: Clearing any previously set forwarded ports... | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 80 (guest) => 4587 (host) (adapter 1) | |
default: 22 (guest) => 2222 (host) (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 127.0.0.1:2222 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
default: | |
default: Vagrant insecure key detected. Vagrant will automatically replace | |
default: this with a newly generated keypair for better security. | |
default: | |
default: Inserting generated public key within guest... | |
default: Removing insecure key from the guest if it's present... | |
default: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> default: Machine booted and ready! | |
==> default: Checking for guest additions in VM... | |
default: The guest additions on this VM do not match the installed version of | |
default: VirtualBox! In most cases this is fine, but in rare cases it can | |
default: prevent things such as shared folders from working properly. If you see | |
default: shared folder errors, please make sure the guest additions within the | |
default: virtual machine match the version of VirtualBox you have installed on | |
default: your host and reload your VM. | |
default: | |
default: Guest Additions Version: 4.3.36 | |
default: VirtualBox Version: 5.0 | |
==> default: Configuring and enabling network interfaces... | |
==> default: Mounting shared folders... | |
default: /var/www/unfinished => /Users/zarko/Development/Sites/unfinished | |
==> default: Running provisioner: shell... | |
default: Running: /var/folders/xb/jn_b6lf12p98vv4dxfvshbqr0000gn/T/vagrant-shell20161128-75610-1tp5v1o.sh | |
==> default: stdin: is not a tty | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: __________ ___ _____________ _________ ___ __ __ _ | |
==> default: \______ \/ | \______ \ / _____/ __________\_ |__ |__|____ _______ __ __| | ________ | | | |
==> default: | ___/ ~ \ ___/ \_____ \ / __ \_ __ \ __ \| \__ \ \_ __ \ | \ | \___ / | | | |
==> default: | | \ Y / | / \ ___/| | \/ \_\ \ |/ __ \_ | | \/ | / |__/ / \| | |
==> default: |____| \___|_ /|____| /_______ /\___ |__| |___ /__(____ / |__| |____/|____/_____ \ __ | |
==> default: \/ \/ \/ \/ \/ \/ \/ | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Sit back, this may take a while: installing PHP7, update and install all tools | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Installing MySql 5.6 - DB name: unfinished | user:root | password:12345 | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Install PHP 7.0 and rest packages | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Create apropriate app config: /config/autoload/local.php - change it for local needs | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Install and run composer | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: /tmp/vagrant-shell: line 63: php: command not found | |
==> default: mv: | |
==> default: cannot stat ‘composer.phar’ | |
==> default: : No such file or directory | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Create DB tables and populate it with data | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Setup nginx Vhost and change config | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: sudo: php: command not found | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: change php.ini config | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: /tmp/vagrant-shell: line 139: /etc/php/7.0/fpm/php.ini: No such file or directory | |
==> default: | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── | |
==> default: Almost done, | |
==> default: In your /etc/hosts file add line | |
==> default: 192.168.33.3 unfinished.dev | |
==> default: ──────────────────────────────────────────────────────────────────────────────────────────────────────── |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment