TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vagrant 1.6 has been released

51 点作者 knite大约 11 年前

8 条评论

chrisbolt大约 11 年前
What&#x27;s new: <a href="http://www.vagrantup.com/blog/vagrant-1-6.html" rel="nofollow">http:&#x2F;&#x2F;www.vagrantup.com&#x2F;blog&#x2F;vagrant-1-6.html</a>
评论 #7706629 未加载
jareds大约 11 年前
While Windows guests look interesting how are people going to get the initial box? Is every individual or organization going to have to create their own box or will there be some way to get a box if you are part of MSDN?
评论 #7706681 未加载
评论 #7706640 未加载
评论 #7706560 未加载
sergiotapia大约 11 年前
Edit: Bit the bullet and bought myself this bundle pack from Leanpub: <a href="https://leanpub.com/b/vagrant-ansible/" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;b&#x2F;vagrant-ansible&#x2F;</a> - Vagrant looks like a great tool to have under my belt. Ansible also looks extremely simple compared to Chef and looks like Vagrant and Ansible compliment each other beautifully.<p>---<p>I guess this a good a place as any to ask, pardon my ignorance. What part of the workflow does Vagrant solve exactly?<p>For example, I&#x27;m building a business-class Rails application - normally I have RVM create a gemset specifically for that application. I also have PostgreSQL and MySQL installed locally for any app that needs it.<p>How does Vagrant fit into this workflow, what am I missing? Also, since the &#x27;dev box&#x27; is now a virtual machine does that mean I can only ssh into it and edit code with something like Vim? Thanks for the information.
评论 #7706574 未加载
评论 #7706689 未加载
评论 #7706623 未加载
评论 #7706621 未加载
评论 #7706557 未加载
评论 #7706779 未加载
评论 #7706810 未加载
molecule大约 11 年前
<a href="http://www.vagrantup.com/blog/vagrant-1-6.html" rel="nofollow">http:&#x2F;&#x2F;www.vagrantup.com&#x2F;blog&#x2F;vagrant-1-6.html</a><p><i>&gt; Boxes can now be compressed with LZMA - LZMA compression can result in much smaller boxes in a lot of cases, and Vagrant can now decompress LZMA-compressed boxes.</i><p>any word on how this is enabled, or does it just work? I didn&#x27;t see anything in the package or box docs.<p>thanks.
评论 #7706685 未加载
speg大约 11 年前
I&#x27;ve just started using Vagrant, but am not quite sure how it relates to production.<p>Can I use Vagrant to build out my production server too? Or would I just use Chef&#x2F;Puppet&#x2F;Ansible with the same playbook&#x2F;recipe on both my Vagrant powered VM and non-vagrant powered production machine?
评论 #7708735 未加载
评论 #7707182 未加载
tdicola大约 11 年前
I&#x27;m really impressed with Vagrant&#x27;s documentation: <a href="http://docs.vagrantup.com/v2/" rel="nofollow">http:&#x2F;&#x2F;docs.vagrantup.com&#x2F;v2&#x2F;</a> Super clean, easy to read, and well organized. Nice job!
Sgoettschkes大约 11 年前
I could not live without vagrant anymore. Developing inside vm, having a linux env on my windows machine, testing stuff, testing ansible&#x2F;chef setups with a testing vm... It&#x27;s so easy :)
akurilin大约 11 年前
Love Vagrant, so useful.