Skip to content

agounaris/vagrant-centos7-lamp-es-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED REPO, EXISTS MAINLY AS A KNOWLEDGE BASE

Vagrant Centos 7 lamp Elasticsearch Redis

Personal development VM with shell provisioning

I created this VM in order to have a proper php testbed for my php applications. I created the provision in bash shellscripts mainly because I think puppet/chef/ansible are too bloated for developing a personal VM and have some short of learning curve that was unsuitable for my case. After vagrant up, the main url will welcome you with phpinfo().

The main approach is that applications live in the 80++ port range while tools in 90++ range. You will find few load testing tools along with a handy xdebugctl script to turn on and off xdebug with a single command. By default laravel and yii2 installation is deactivated so have a look in Vagrant file and comment/uncomment out those that you don't want/need. I hope you will enjoy this VM and I always accept recommendations and requests.

Guest OS

I am using CentOS 7 image from vagrant cloud puppetlabs (thanks)

Prerequisites / Requirements

  • virtualbox
  • vagrant with guest additions (vagrant plugin install vagrant-vbguest)
  • a /src folder in your home directory (configuration in Vagrantfile)

Includes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published