vagrant-blog-tutorial
vagrant-blog-tutorial copied to clipboard
Repo to illustrate "How to use Vagrant for local web development"
Note: I do not use Vagrant for local development anymore, but Docker. I invite you to check the tutorial series I've published about it.
Vagrant blog tutorial
Repository to illustrate How to use Vagrant for local web development.
Get it running
Clone the project:
$ git clone [email protected]:osteel/vagrant-blog-tutorial.git
Download VirtualBox at https://www.virtualbox.org/wiki/Downloads ("platform packages") and install it. Download Vagrant at https://www.vagrantup.com/downloads.html and install it.
From the project root, run:
$ vagrant up
Edit the hosts file of your machine, add:
192.168.68.8 vagrant-test.local.com
Open your browser and visit http://vagrant-test.local.com
For the full tutorial, please visit How to use Vagrant for local web development.