Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 806 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 806 Bytes

DebianVM

Vagrant Dev VM (codename Deviant)

This is a simple DevVM verison with Debian 6.0.8 (Squeezy)

Added into this environment is MySQL, PHP, Apache, PhpmyAdmin, Vim, Curl, Git, and debconf tools. Highly recommend to change the password after starting up the VM.

Requires Vagrant, Git, and VirtualBox 4.3.12 (for Windows 7, maybe 8 also) to run, so make sure to install these things.

http://www.vagrantup.com/downloads
http://git-scm.com/downloads
https://www.virtualbox.org/wiki/Download_Old_Builds_4_3

General commands are: Run Git Bash as Admin

git clone https://github.com/mdyoung3/DebianVM.git
cd DebianVM
vagrant up
(wait)
vagrant ssh

DONE! You have a fully working Debian VM with PHP, MySQL, and Git!