Utilizes Ubuntu 14.04
- Install VirtualBox
- Install Vagrant
-
Clone the Repository
git clone https://github.com/kirchbergerknorr/vagrant-box.git
-
Navigate to the folder
cd vagrant-box
-
Copy your private and public key to directory
cp ~/.ssh/id_rsa ./ cp ~/.ssh/id_rsa.pub ./
-
Configure variables
cp user.ini.template user.ini
-
Run Vagrant Command
vagrant up
-
Port forwarding for MacOS:
echo " rdr pass on lo0 inet proto tcp from any to 127.0.0.1 port 80 -> 127.0.0.1 port 8080 rdr pass on lo0 inet proto tcp from any to 127.0.0.1 port 443 -> 127.0.0.1 port 8443 " | sudo pfctl -f - > /dev/null 2>&1; echo "==> Fowarding Ports: 80 -> 8080, 443 -> 8443"
-
Install simple DNS Server for MacOS to forward *.dev to 127.0.0.1
SSH Username: vagrant
SSH Password: vagrant
Database Username: root
Database Password: toor
URL of Instance: http://your-project.dev/
vagrant ssh
Use XDebug bookmarklets generator for PhpStorm.
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.