chenpanxin / vagrant-start

Starter for Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Starter

Requirements

Usage

  1. Clone the repo and its submodules.
$ git clone --recursive git@github.com:sevilayha/vagrant-starter
  1. Add your site files to the www folder
  2. Start the VM
$ vagrant up

You can now access your site at 172.90.90.90 .

Installed software

  • Apache 2
  • MySQL
  • PHP 5.4 (with mysql, curl, mcrypt, memcached, gd)
  • memcached
  • vim, git, screen, curl, composer

Default credentials

MySQL

  • Username: root
  • Password: password
  • Host: localhost
  • Port: 3306

Note: Remote MySQL access is enabled by default, so you can access the MySQL database using your favorite MySQL client with the above credentials (and using e.g. projectname.local as hostname).

Memcached

  • Port: 11211

Credits

Thanks to Mathias Hansen and his awesome Vagrant-LAMP-Stack.

About

Starter for Vagrant