by Nino Paolo Amarillento
- Download Vagrant
- Clone vagrant-lamp git repo
git clone https://github.com/paolooo/vagrant-lamp.git lamp
cd lamp
- Update submodule
git submodule update --init --recursive
- Run vagrant
vagrant up
Navigate to http://localhost:8082
Simply run vagrant ssh
. If you're using windows, you need putty to access this.
Here's the instructions for Windows users:
- Run Putty. If you don't have one yet you can download Putty here
- Host Name:
localhost
- Port:
2222
- login as:
vagrant
- password:
vagrant
vagrant up
vagrant reload
vagrant halt
vagrant destroy
vagrant ssh
vagrant status