Skip to content

Note, this does not use submodules, please refer to the links in the main recipe's default.rb or in the readme.md

Notifications You must be signed in to change notification settings

viehoang68/vagrant-lemp-redis-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LEMP Stack w/ Redis

Default LEMP development VM for testing/hobby development.

Usage:

  • Download and install Vagrant and VirtualBox from http://vagrantup.com and https://www.virtualbox.org/ respectively. If you are using linux, use the packages appropriate to your distro as sometimes you can get weird bugs with downloading them from their respective sites. [e.g. I had an issue where Vagrant + Virtualbox = Reboot randomly, from packages it was fine.]
  • $ git clone --recursive [email protected]:BlackRobeRising/vagrant-lemp-redis-stack.git lemp && cd lemp && vagrant up

Where do you put your web app?

  • ./www - This is the directory that is mounted onto /var/www/ in the VM [/var/www/dev.local/htdocs is the full path of the default dev site]
  • ./srv - This is just gets mounted on /srv in case you need additional stuff [e.g. adding an irc bot]

What is installed:

Cosmetic:

  • Everything is setup to run off zsh / oh-my-zsh

About

Note, this does not use submodules, please refer to the links in the main recipe's default.rb or in the readme.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages