/LAMP Stack With PHP 5.5 Secret
Last active
January 29, 2025 15:38
-
Star
(273)
You must be signed in to star a gist -
Fork
(69)
You must be signed in to fork a gist
-
-
Save JeffreyWay/af0ee7311abfde3e3b73 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 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' http://bit.ly/1hBfq57 && curl -L -o 'Vagrantfile' http://bit.ly/1mE3Qt9 && vagrant up" |
Getting errors when running this culminating in the following;
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Full log here https://gist.github.com/devonmather/6c50c824ad89efac15e85a323c52c879
I've listed the errors from the console output that were red below the gist in a comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
For Ubuntu 14.04 stack
Thanks,