| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
12年前发布

创建虚拟化Ruby开发环境工具 Vagrant

     <div id="p_fullcontent" class="detail">     <p>Vagrant是一个基于Ruby的工具,用于创建和部署虚拟化开发环境。它 使用Oracle的开源VirtualBox虚拟化系统,使用 Chef创建自动化虚拟环境。</p>     <ul>      <li>Automated virtual machine creation using <a href="/misc/goto?guid=4958187332381492402">Oracle’s VirtualBox</a></li>      <li>Automated provisioning of virtual environments using <a href="/misc/goto?guid=4959517476305320939">Chef</a>, <a href="/misc/goto?guid=4959517476393206882">Puppet</a>, or just shell scripts!</li>      <li>Full SSH access to created environments</li>      <li>Assign a static IP to your VM, accessible from your machine</li>      <li>Forward ports to the host machine</li>      <li>Shared folders allows you to continue using your own editor</li>      <li>Package environments into distributable boxes</li>      <li>Completely tear down environment when you’re done</li>      <li>Easily rebuild a complete environment with a single command</li>     </ul>     <p>安装方法:</p>     <p>sudo gem install vagrant<br /> vagrant box add base http://files.vagrantup.com/base.box<br /> mkdir vagrant<br /> vagrant init<br /> vagrant up<br /> <br /> </p>     <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326986450312" target="_blank">http://www.open-open.com/lib/view/home/1326986450312</a></p>    </div>     
 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1326986450312.html
Ruby Ruby开发