Skip to content

ghostal/vagrant-lemp-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-lemp-php7

A simple Vagrant development box with PHP 7 and phpmyadmin

  • ubuntu/trusty64
  • nginx
  • MariaDB 10.1
  • PHP 7
  • composer
  • phpMyAdmin (STABLE branch)

Instructions

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:

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.

About

A simple Vagrant development box with PHP 7 and phpmyadmin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published