WiiBe

Try to be a better man.

Home Archives
2016-04-02

Homestead 配置文件设置

内容如下,主要是共享目录的挂载:

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

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: D:/projects/stuTrac
      to: /home/vagrant/Code

    - map: D:/projects
      to: /home/projects

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

databases:
    - homestead
Share
  • homestead
Newer
JSON数据遍历,并转变形式输出
Older
Apache配置本地访问地址

标签

  • AOL
  • AutoCAD安装
  • AutoCAD错误
  • C
  • Github Pages建立博客
  • Google
  • Google Chrome
  • PHP
  • Sublime Text 3
  • Ubuntu Sub-process 错误
  • Ubuntu建立程序快捷方式
  • angular-material
  • angularjs
  • apache
  • error C2275
  • grub2
  • hexo
  • homestead
  • javascript
  • jquery
  • lamp
  • ngmessages
  • python
  • python学习
  • selenium
  • sublime text 破解
  • sublime-text
  • symfony
  • symfony3
  • ubuntu
  • windows10
  • 代码
  • 学习
  • 折腾
  • 网络转载

标签云

AOL AutoCAD安装 AutoCAD错误 C Github Pages建立博客 Google Google Chrome PHP Sublime Text 3 Ubuntu Sub-process 错误 Ubuntu建立程序快捷方式 angular-material angularjs apache error C2275 grub2 hexo homestead javascript jquery lamp ngmessages python python学习 selenium sublime text 破解 sublime-text symfony symfony3 ubuntu windows10 代码 学习 折腾 网络转载

归档

  • 八月 2016
  • 七月 2016
  • 六月 2016
  • 五月 2016
  • 四月 2016
  • 三月 2016
  • 五月 2015
  • 八月 2014
  • 七月 2014
  • 六月 2014
  • 二月 2014

最新文章

  • [Sublime Text] 配置JavaScript, PHP build system
  • Ubuntu 16.04 配置 LAMP 环境(PHP7)
  • [JavaScript] 获取当前时间并转换为 UTC 时间字符串
  • [Behat] Selenium 设置 Chrome 为默认浏览器 & 更改窗口大小为Maximize
  • [AngularJS] 重置表单class ng-dirty
© 2016 cangzhang
Powered by Hexo
Home Archives