Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.05 KB

readme.md

File metadata and controls

44 lines (32 loc) · 1.05 KB

My install Bash script for Vagrant.

This will install

  • php5.5
  • postgres
  • mysql
  • setup vhost
  • composer
  • php mailparse
  • xdebug for phpstorm

See vagrant/install.sh to make changes to suit your needs.

Postgres

DB connection through Postgres Navicat

  • HostName: 127.0.0.1
  • Port: 54320
  • Default Database: vagrant
  • Username: root
  • Password: root

MySQL

SSH DB connection through Sequel Pro

  • Host: 127.0.0.1
  • Username: root
  • Password: root
  • Port: 3306
  • SSH Host: 127.0.0.1
  • SSH User: vagrant
  • SSH Password: ~/.vagrant.d/insecure_private_key
  • SSH Port: 2220

Thanks goes to the following references: