Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
Last active March 8, 2024 08:05
Show Gist options
  • Save JeffreyWay/af0ee7311abfde3e3b73 to your computer and use it in GitHub Desktop.
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.
alias lamp="curl -L -o 'install.sh' http://bit.ly/1hBfq57 && curl -L -o 'Vagrantfile' http://bit.ly/1mE3Qt9 && vagrant up"
@jrvaja
Copy link

jrvaja commented Dec 29, 2015

Hi,
For Ubuntu 14.04 stack

alias lamp="curl -L -o 'install.sh' https://goo.gl/xQR4ud && curl -L -o 'Vagrantfile' https://goo.gl/TMPyh2 && vagrant up"

Thanks,

@devonmather
Copy link

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