I installed a VirtualBox and then installed a Ubuntu 12.10 Server Base OS in it. I have installed all kinds of php packages and other packages in it. My friends recommended me to use Vagrant so I can share my setup with my team mates easily.
Because my current VirtualBox VM was not created using vagrant up
, I am not sure how to package it. The documentation over at Vagrant talks about packaging but starts by saying:
Before working through the rest of this page, make sure the virtual environment is built by running vagrant up.
In my case, my existing VM was NOT created initially using vagrant up.
How do I package my existing VM?