Overview:
What this post will go over is how to connect to a FTP and MySQL server using a Vagrant environment provided by a PuPHPet VM.
What You’ll Need:
- Vagrant set up on your dev box
- A PuPHPet local VM set up (in this example I run CentOS 6.4)
- a MySQL database management software (in this example I use MySQL Workbench)
- a FTP client (in this example I use FileZilla)
Advertisements