In VMWare Workstation 7 I have a virtual machine already set up running Ubuntu 11.1 In addition to this I have a second virtual machine running TurnKey LAMP Stack.
My ultimate goal (if possible) is to be able to develop and test websites, that use php and mysql, locally without internet connection. I have successfully been able to connect to the LAMP from my Ubuntu via the internet but now I would like to see if there is a way to have these two machines connect without the internet. My idea here is to try and connect to the LAMP from my Ubuntu vm purely locally. It seemed like this could be done by putting the two vm's into a team?
I am extremely new to all of this and would love feedback on either how to do this or what I should try instead.
**edit: I'm a cs major trying to set up a programming environemnt to make it more accessible for me to develop php and mysql offline. I need help setting up these tools.