A simple Vagrant development box with PHP 7 and phpmyadmin
- ubuntu/trusty64
- nginx
- MariaDB 10.1
- PHP 7
- composer
- phpMyAdmin (
STABLE
branch)
This repo is intended as a starting point for other PHP development projects. As such, it is advised that you copy the Vagrantfile
into your project's root directory, rather than cloning this repo - unless, of course, you want to clone it yourself and customise it for your own preferred project starting point.
Then simply vagrant up
from your terminal:
$ vagrant up
Navigate to the following URLs to use:
- Your Site: http://192.168.33.10/
- phpMyAdmin: http://192.168.33.10/phpmyadmin/
The MariaDB server has a blank root password. For ease of use, the login details are stored in the phpMyAdmin config at /usr/share/phpmyadmin/config.inc.php
. If you wish to change the MariaDB root password, you will need to amend this config.