TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vagrant 1.6 has been released

51 pointsby kniteabout 11 years ago

8 comments

chrisboltabout 11 years ago
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 未加载
jaredsabout 11 years ago
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 未加载
sergiotapiaabout 11 years ago
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 未加载
moleculeabout 11 years ago
<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 未加载
spegabout 11 years ago
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 未加载
tdicolaabout 11 years ago
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!
Sgoettschkesabout 11 years ago
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 :)
akurilinabout 11 years ago
Love Vagrant, so useful.