久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      解決Laravel安裝sail時(shí)ubuntu軟件源很慢或者connection failed

      下面由laravel教程欄目給大家介紹解決Laravel安裝sail時(shí)ubuntu軟件源很慢或者connection failed方法,希望對(duì)需要的朋友有所幫助!

      解決Laravel安裝sail時(shí)ubuntu軟件源很慢或者connection failed

      Laravel 安裝 sail時(shí)ubuntu軟件源很慢或者connection failed 解決辦法

      修改 Laravel sail ubuntu 軟件源

      修改文件
      C:Users2018977115-pc 你的項(xiàng)目名字 vendorlaravelsailruntimes8.0
      下 Dockerfile
      在 RUN apt-get update 前增加

      RUN  sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list RUN  sed -i s@/security.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list  RUN  apt-get clean

      然后在 Linux 里執(zhí)行后面

      創(chuàng)建項(xiàng)目后,您可以導(dǎo)航到應(yīng)用程序目錄并啟動(dòng) Laravel Sail。Laravel Sail 提供了一個(gè)簡(jiǎn)單的命令行界面,用于與 Laravel 的默認(rèn) Docker 配置進(jìn)行交互:

      cd 你的項(xiàng)目名字  ./vendor/bin/sail up

      第一次運(yùn)行 Sailup 命令時(shí),Sail 的應(yīng)用程序容器將在您的計(jì)算機(jī)上構(gòu)建。這可能需要幾分鐘。不用擔(dān)心,隨后啟動(dòng) Sail 的嘗試會(huì)更快。

      一旦啟動(dòng)了應(yīng)用程序的 Docker 容器,您就可以在 Web 瀏覽器中訪問(wèn)該應(yīng)用程序,
      網(wǎng)址為:http://localhost/index.php。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)