Faster Web Development With Virtual Machines at deviantART
dt.deviantart.com
Faster Web Development With Virtual Machines at deviantART
1–10 of 46 posts
Re: Faster Web Development With Virtual Machines at deviantART
#2Its a great solution, but I much prefer working with RoR or Python/Django where recreating the server environment locally is much easier.
Re: Faster Web Development With Virtual Machines at deviantART
#3Of course, even if you're running a modern web framework in Ruby/Python/somethingtrendy, a VM makes a lot of sense. It lets you run the exact versions of everything that your production environment is, without having to worry about it.
Re: Faster Web Development With Virtual Machines at deviantART
#4After talking with a few small PHP teams this seems like the logical conclusion whenever growing a team of PHP developers. Its just very hard to perfectly recreate your server environment locally on multiple OS's. Its a great solution, but I much prefer working with RoR or Python/Django where recreating the server environment locally is much easier.
Re: Faster Web Development With Virtual Machines at deviantART
#5Edit: I think it's an awesome idea, btw, and something we try to push to web service shops at GridCentric.
Re: Faster Web Development With Virtual Machines at deviantART
#6After talking with a few small PHP teams this seems like the logical conclusion whenever growing a team of PHP developers. Its just very hard to perfectly recreate your server environment locally on multiple OS's. Its a great solution, but I much prefer working with RoR or Python/Django where recreating the server environment locally is much easier.
even for RoR or python - might make sense for those working on multiple projects simultaneously, using different generations of frameworks
Re: Faster Web Development With Virtual Machines at deviantART
#7Re: Faster Web Development With Virtual Machines at deviantART
#8Re: Faster Web Development With Virtual Machines at deviantART
#9Let me ask another question: Will it become feasible to move code, tools and everything else into web services? Imagine you have your favorite editor (emacs, TM, vim) running in a browser window. Only that it’s live-updating like, e.g., Ethercodes or Wave. And you have very straight-forward access to SCM features like staging hunks of code. Also the code deploys straight to heroku or whatever. It could, of course, also go through closure or sproutcore in case of a fancy js client app.
Do you think it’ll all evaporate (I refuse to say cloud :) eventually?
The thing is I’m really going through a lot of pain setting up my system and other’s systems over and over again. Yes, there are ways to automate that but the effort is too high for most or we would all be doing it right now.
Re: Faster Web Development With Virtual Machines at deviantART
#10Earlier quoted context omitted.
There's RVM in the Ruby world. Anything similar for Python?
virtualenv
Every language should have something as simple as these. Heck, it should be part of the OS, IMO; why I can't (easily) run two different versions of Firefox with two different profiles at the same time is beyond comprehension.