Skip to content

Instantly share code, notes, and snippets.

View dannatofrenk's full-sized avatar

Francio dannatofrenk

  • A good team
  • Rome
View GitHub Profile
@dannatofrenk
dannatofrenk / usevm.md
Created October 11, 2016 10:22 — forked from fideloper/usevm.md
You should develop in a Virtual Machine

#You should do all your LAMP development in a Virtual Machine

##Here's Why:

Many of us develop on Macintoshes. There are many reasons for this, but one of them is that it's based on a Unix platform of some sort. This allows us to run common server software such as Apache, Ruby, Python and Nodejs on our Macs.

Our computers become powerful develoment machines similar to the servers our apps will eventually live on.

Sometime we start our computer only to find Apache won't start, or MySQL can't create a PID file, or we've updated to Mountain Lion and Apache needs to be reconfigured. Death!