Skip to content

leontebbens/vagrant-centos-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centos with apache on OS X with Vagrant


Step 1: Install

  • VirtualBox
  • Vagrant

Add CentOS

$ vagrant box add chef/centos-7.0

Step 2: Clone GitHub Repo

$ mkdir ~/work/workspace
$ cd ~/work/workspace
$ git clone --recurse-submodules https://github.com/leontebbens/vagrant-centos-apache

Step 3: start vagrant

$ cd ~/work/workspace/vagrant-centos-apache
$ vagrant up 

Step 4: Check

$ cd ~/work/workspace/vagrant-centos-apache
$ vagrant ssh
$ cd /vagrant
$ ls 

Open http://127.0.0.1:1080. You should see an "it works" page

Step 5: Stop vagrant

$ cd ~/work/workspace/vagrant-centos-apache
$ vagrant destroy 

Do your own thing

$ vagrant up # Bring it back up 

About

Centos with apache on os x with vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages