ga-wdi-boston / php-guide

Other
0 stars 4 forks source link

When trying to launch vagrant #3

Open RealWeeks opened 8 years ago

RealWeeks commented 8 years ago
✘  ~/Homestead   master  vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'laravel/homestead' is up to date...
==> default: Setting the name of the VM: homestead-7
==> default: Clearing any previously set network interfaces...
The specified host network collides with a non-hostonly network!
This will cause your specified IP to be inaccessible. Please change
the IP or name of your host only network so that it no longer matches that of
a bridged or non-hostonly network.
RealWeeks commented 8 years ago

from host

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost

192.168.10.10  homestead.app
RealWeeks commented 8 years ago

homestead.yml

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: ~/wdi/training/php-laravel
      to: /home/vagrant/Code

sites:
    - map: homestead.app
      to: /home/vagrant/Code/Laravel/public

databases:
    - homestead
laurenfazah commented 8 years ago

I think this is from not yet having php-laravel cloned into ~/wdi/training. Could you try cloning this there and then run vagrant up?

https://github.com/ga-wdi-boston/php-laravel