RHEL - Nginx 1.6 - PHP-FPM 5.5 - MYSQL 5.6 - Varnish 3
April 10, 2015
UPDATE:
THIS HAS CHANGED>>> NEW URL>>> NEW PULL. Only use if starting from scratch and or you are not on a production environment.
VAGRANT
git clone https://github.com/bradallenfisher/nginx-1.6-php-fpm-5.git; cd nginx-1.6-php-fpm-5; vagrant up
REMOTE VM (LINODE/DIGITAL OCEAN)
yum install git -y; git clone https://github.com/bradallenfisher/nginx-1.6-php-fpm-5; cd nginx-1.6-php-fpm-5; chmod 700 start.sh; ./start.sh;
I have also removed the wrk project from this repo since it has had some development since the OP... if you want to do some benchmarking be sure to download it separately from here. https://github.com/wg/wrk
Sources: