Merhaba arkadaşlar uzun bir süre geçmesine rağmen bu homestead kurulumunda sonuca ulaşabilmiş değilim.Artık aklıma şu soru geliyor.Sanal makine üzerinde homestead kurulumu yapılamıyor mu acaba. Yani ben homestead kurlumunu widows üzerinde virtualbox içindeki ubuntuya yapmaya çalışıyorum.Vmware ile de denedim onda da başarılı olamadım.
Kurulum sırasında izlediğim adımlar şu şekilde.
Ubuntu ilk kurulumdan sonra yaptıklarım
sudo apt-get install php5-cli -y
sudo apt-get install php5-mcrypt -y
sudo apt-get install curl -y
curl -ss
https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer (permission denied verirse sudo ekle)
sudo php5enmod mcrypt
sudo apt-get install tree
Homestead kurulumu için yaptıklarım
vagrant kurulu
virtualbox kurulumu
vagrant box add laravel/homestead
sudo apt-get install git
git clone
https://github.com/laravel/homestead.git Homestead
cd Homestead/
ls
bash init.sh
cd ~/.homestead
homestead.yaml kontrol içinde ne var ne yok diye bakıyorum
ssh-keygen -t rsa -C "you@homestead" veya ssh-keygen -L -C '
ddd@ddd.com'
Code kalsörünü oluştur
cd homested
vagrant up
işe bu hareketten sonra aşağıdaki şekilde kalıyor hata veriyor
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
==> 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 => 8000 (adapter 1)
default: 443 => 44300 (adapter 1)
default: 3306 => 33060 (adapter 1)
default: 5432 => 54320 (adapter 1)
default: 22 => 2222 (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: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying.
default: Warning: Connection timeout. Retrying.
default: Warning: Connection timeout. Retrying.
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.
If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.