Skip to content

Vagrant setup for NginX, MySQL, MongoDB, Redis, PHP-FPM and PHP5.5

Notifications You must be signed in to change notification settings

JenkinsDev/VagrantPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VagrantPHP

Want to help keep the Vagrant box on DigitalOcean for download? Consider donating a measely dollar: Donate BitCoins

Simple to use Vagrant virtual host setup for you to handle of your PHP 5.5 development. All that you have to do to get started is run the started command:

  • git clone https://www.github.com/JenkinsDev/VagrantPHP
  • cd VagrantPHP
  • vagrant up

Now all that is left is to put your projects in the sites directory and code to your hearts content! When you are done you can run vagrant halt to freeze the Vagrant VM.

Databases

MySQL

IP: localhost/127.0.0.1

Port: 33060 (This is forwarded to our VM's 3306 port)

Username: root

Password: password

MongoDB

IP: localhost/127.0.0.1

Port: 20017 (This is forwarded to our VM's 27017 port)

Username: root

Password: password

Redis

IP: localhost/127.0.0.1

Port: 63790 (This is forwarded to our VM's 6379 port)

About

Vagrant setup for NginX, MySQL, MongoDB, Redis, PHP-FPM and PHP5.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages