resultakak / Vagrant-Setup

My Vagrant install script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My install Bash script for Vagrant.

This will install php5.5, postgres, mysql, setup vhost, composer, and php mailparse. 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

Thanks goes to the following references:

About

My Vagrant install script


Languages

Language:Shell 61.0%Language:ApacheConf 39.0%