Skip to content

A collection of vagrant files and install scripts for setting up different development environments for VMs

License

Notifications You must be signed in to change notification settings

remluben/vagrant-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-files

A collection of vagrant files and install scripts for setting up different development environments for Ubuntu VMs on 32-bit machines

Boilerplates

  • 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

Requirements

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

Operating system

These boilerplates are tested and working on Ubuntu 14.04.

How to use

  1. Clone this repo by executing git clone https://github.com/remluben/vagrant-files.git
  2. Copy the required boilerplate files to your project root directory
  3. Within your /some/path/project/ directory execute vagrant up
  4. Let vagrant do all the work
  5. Start programming or login to the brand new VM using vagrant ssh
  6. Access the webserver root directory using http://localhost:8080
  7. Access the MYQL adminer database administration tool using http://localhost:8081 using user root and no password

Default database credentials

User: root

Password: root

Database: development

Thanks to

About

A collection of vagrant files and install scripts for setting up different development environments for VMs

Resources

License

Stars

Watchers

Forks

Packages

No packages published