Skip to content

gibbage/vagrant-simple-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vagrant Apache

You gots to have

  • Virtualbox
  • Vagrant

After initial cloning

git submodule init
git submodule update

Now for the complex setup

vagrant up

Apache will now be running on an Ubuntu box accessible on http://192.168.42.42/.

Why not configure your hosts file with a nice DNS?

sudo echo '192.168.42.42 local.dev' >> /etc/hosts

About

Mucking around with Vagrant and Apache.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages