infabinho / vagrant-saltstack-lemp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Saltstack LEMP

Base for a LEMP (Linux, Nginx, Mysql and PHP) VM with Virtualbox, Vagrant and Saltstack

How to

After install Vagrant(http://www.vagrantup.com/) and Virtualbox(https://www.virtualbox.org/) in your machine, do you have to do:

  1. Clone this repo
  2. Type in your terminal: vagrant up

What have inside

SO

  1. Ubuntu - Trusty 64

System

  1. Swap configuration
  2. Curl
  3. GIT
  4. screen
  5. VIM
  6. telnet
  7. lsof
  8. strace
  9. patch
  10. htop
  11. sysv-rc-conf
  12. mytop
  13. Disable iptables
  14. Disable ip6tables
  15. Set locale to Brazil - São Paulo
  16. Set a private network - 192.168.33.30

Sudo

  1. Set a root user : root
  2. Set a vagrant user : vagrant

MySql

  1. percona-server-server-5.6

Nginx

  1. Nginx 1.6

PHP

  1. PHP5
  2. PHP5-FPM
  3. php5-mcrypt
  4. php5-mysql
  5. php5-cli
  6. php5-json
  7. php5-xdebug

About