Vagrant: Difference between revisions
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
You need a CentOS box to develop/test? | You need a CentOS box to develop/test? | ||
# make a new folder: <code>mkdir ~/src/centos7 && cd | # make a new folder: <code>mkdir ~/src/centos7 && cd ~/src/centos7</code> | ||
# <code>vagrant init centos/7</code> will write your Vagrantfile for you | # <code>vagrant init centos/7</code> will write your Vagrantfile for you | ||
# <code>vagrant up</code> will start (and build) the virtual machine | # <code>vagrant up</code> will start (and build) the virtual machine | ||