Homestead 環境搭建

環境:html

  • win7 x64
  • powershell v2.0(查看版本 $PSVersionTable

搭建Homestead步驟

使用Virtualbox

1. 安裝 Virtual Box

Virtual Box 官方下載laravel

2. 安裝 Vagrant

Vagrant 官方下載git

使用VMware

待...github

3. 在Vagrant中安裝

運行下面命令web

$ vagrant box add laravel/homestead

選擇3
virtualboxshell

==> box: Loading metadata for box 'laravel/homestead'
    box: URL: https://vagrantcloud.com/laravel/homestead
This box can work...

1) hyperv
2) parallels
3) virtualbox
4) vmware_desktop

$ Enter your choice: 3 # step 2
下載速度慢,可換其餘下載器下載
右鍵複製連接地址

下載好後,運行命令進行安裝less

$ vagrant box add laravel/homestead /path/to/virtualbox.box

4. 安裝Homestead

$ git clone https://github.com/laravel/homestead.git Homestead
$ cd Homested

切換到穩定版本,homested 發行版ide

$ git checkout v7.1.2
$ init.bat

5. 初始化Homestead

修改文件homestead.yamlui

folders:
    - map: ~/code # 替換爲項目路徑

6. 修改hosts

C:WindowsSystem32driversetchosts

追加以下內容this

192.168.10.10 homestead.test

7. 啓動Homestead

$ vagrant up
出現以下錯誤
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.

須要更新powershell至5.x
https://docs.microsoft.com/en...

等待初始化完成後,訪問 http://homestead.test

啓動後修改 homestead.yaml文件須要更新服務
$ vagrant reload --provision

中止服務

$ vagrant halt

參考


若是這對你有幫助,或者能幫你節省一些時間,不如,點個贊吧~

原文地址

相關文章
相關標籤/搜索