douyou1937 2014-06-16 04:09
浏览 87

如何使用github存储库与Vagrant合作?

Someone please describe how to work with vagrant? what i have done so far

I have installed Virtual Machine Installed Vagrant run few command and now Ubuntu 32 bit is installed in virtual machine

see virtual machine I have my project on github. I make clone of the repository on my desktop ( D:) created clone on my desktop

now my question is how to work with this repository code and associate vagrant?

Clearly no idea what this Vagrant actually is?

  • 写回答

1条回答 默认 最新

  • dongxin0031 2014-06-16 04:46
    关注

    I think you have web project written in php. First you need to define vagrant folder. Clone your repository to the folder from your host machine. For folder in guest machine , let apache know where is you host. This is the step you need to do. But I wanna suggest you to learn how vagrant work first. If you don't know the concept, it will not be ok. And you can use https://puphpet.com/ for vagrant configuration.

    评论

报告相同问题?

悬赏问题

  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?