Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 839 Bytes

vagrant-lemp-project-wrapper

This is a VM system wrapper for new projects. To use, download this repository. Do not clone unless contributing back.

Requirements

  • Vagrant
  • Vagrant hostupdater
  • Virtualbox

Instructions

  1. Make a copy of playbooks/roles/project-template and rename it to your project name.
  2. In playbooks/project-{type}.yml under vars, add your project name.
  3. In Vagrantfile set config_type to either php or angular.
  4. Run vagrant up

Your local environment is now setup and can be veiwed at your-project-name.local

When logged into the VM, your project files are in /var/www

This is the vanilla setup. Depending on your application, you may need to make configuration adjustments.

Once you confirm your project is working commit this to your new repository and replace the contents of this readme file.