Skip to content

bojanpejic/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant + precise64 + puppet box

A basic devbox with vagrant + puppet setup for PHP development (basic LAMP stack), includes:

  • Apache
  • MySql
  • PHP 5.4
  • Git
  • composer
  • phpmyadmin

TODO: more enhancements ..

how to uset it

Clone this repo:

git clone https://github.com/bojanpejic/devbox.git

Init and update all submodules used for provisioning with puppet

git submodule update --init

Run Vagrant

vagrant up

Enter in your browser: http://192.168.10.11

Access PhpMyAdmin on: http://192.168.10.11/phpmyadmin/

user: root,passw: root

Inspired/Powered by: http://www.erikaheidi.com/2013/07/02/a-begginers-guide-to-vagrant-getting-your-portable-development-environment/

About

vagrant devbox with ubuntu + puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published