Mirror virtualized development environment

Posted by David Casillas on Programmers See other posts from Programmers or by David Casillas
Published on 2012-10-10T21:58:10Z Indexed on 2012/10/11 3:51 UTC
Read the original article Hit count: 479

I work alone in some iOS projects in a local environment.

I have been thinking in a way to be able to share my development environment between my Mac Mini and my MacBook. I mostly work at home in the Mini but sometimes I need to do a demo or work outside and I would like to have the development environment mirrored in both.

I have think in using a virtual machine (via VirtualBox) with just my development tools instaled. Then I could synchronize that VM with some software between both computers so I will always have the exact environment no matter what computer I use.

Is there any good reason not do do this way? I have not used Virtualization to much so I have no background on the subject.

My basic setup will be:

  • Mac Mini: i7 dual Core, 8Gb. OSX Mountain Lion Host OS:
  • MacBook: 2.4 Core 2 Duo. 4Gb. OSX Lion Host OS.
  • Virtual Box with Mountain Lion guest OS in both machines.
  • XCode5, Simulator.

© Programmers or respective owner

Related posts about development-environment

Related posts about virtualization