A collection of vagrant files and install scripts for setting up different development environments for Ubuntu VMs on 32-bit machines
LAMP
- Ubuntu 14.04 LTS (32-bit)
- Apache 2
- PHP 7.2
- MYSQL
- MYSQL adminer
Laravel 5.5 LAMP
- Ubuntu 14.04 LTS (32-bit)
- Apache 2
- PHP 7.2
- MYSQL
- MYSQL adminer
- composer
- Laravel 5.6 framework project
As this repository contains vagrant setup boilerplate files, you need to have Vagrant installed on your machine. To do so please follow the instructions Installing Vagrant
These boilerplates are tested and working on Ubuntu 14.04.
- Clone this repo by executing
git clone https://github.com/remluben/vagrant-files.git
- Copy the required boilerplate files to your project root directory
- Within your
/some/path/project/
directory executevagrant up
- Let vagrant do all the work
- Start programming or login to the brand new VM using
vagrant ssh
- Access the webserver root directory using http://localhost:8080
- Access the MYQL adminer database administration tool using http://localhost:8081 using user root and no password
User: root
Password: root
Database: development