Created
October 30, 2018 03:19
-
-
Save debianmaster/f6776dc9ed8a5732fc2f3dae9face093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get update | |
| apt-get install virtualbox | |
| apt-get install vagrant | |
| vagrant -v | |
| vagrant box add precise32 http://files.vagrantup.com/precise32.box | |
| vagrant init precise32 | |
| vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment