Forked from JeffreyWay/LAMP Stack With PHP 5.5
Last active
February 20, 2016 15:13
-
-
Save stefanomarra/4649ef19f015efecd6fb to your computer and use it in GitHub Desktop.
Stop using MAMP. Here's a laughably simple way to get setup with a LAMP stack with PHP 5.5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias lamp="curl -L -o 'install.sh' https://gist.githubusercontent.com/stefanomarra/e0c1437349dfa1703c19/raw/e919d6275bfd5fb8daa47e90712ded1374878a5b/install.sh && curl -L -o 'Vagrantfile' https://gist.githubusercontent.com/stefanomarra/caf2a34a0e0f83f0c280/raw/dc9ce54e13a8e8819e7d574cb2df0fc560b15282/Vagrantfile && vagrant up" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment