obs / LEMP,Kernel,Security,Tools,Monitoring
697 deployments · 146 still active · last rev. 4 years ago

Installs nginx (optionally from https://launchpad.net/~nginx/+archive/stable), Apache, MySQL, PHP (running as fastcgi), monit, munin, various other tools, sets up basic firewall,locks down ssh, sets up standard user, installs postfix and configures root alias, installs ubuntu ec2 kernel

webuzo / LEMP Stack powered by Webuzo
504 deployments · 149 still active · last rev. 1 year ago

LEMP refers to the first letters of Linux (Operating system), Nginx, MySQL, and PHP, PERL or Python Webuzo is a Single User Control Panel which helps users deploy Web Apps (WordPress, Joomla, Drupal, etc) or System Apps (Apache, NGINX, PHP, Java, MongoDB, etc) on their virtual machines or in the cloud. Path to Installation Logs : /root/web...

webandblog / LEMP stack + basic security + user security
439 deployments · 88 still active · last rev. 9 months ago

Installs LEMP + basic security + user security. No root acct. Use sudo -s to get root permissions. For PHP-FPM setup change nginx setting to access PHP via socket not port: location ~ \.php$ { if (!-f $request_filename) { return 404; } fastcgi_pass unix:/var/run/php-fpm.so...

obs / LEMP 12.04
410 deployments · 117 still active · last rev. 2 years ago

Install nginx, various useful tools such as shorewall, logwatch etc as well as optionally installing mysql and php-fpm

heyjonboy / Deploy-ready LEMP
127 deployments · 22 still active · last rev. 4 years ago

Nginx, MySQL, PHP-FPM, local Postfix, iptables, sudo user, Git

eclubb / LEMP + REE + Passenger
102 deployments · 16 still active · last rev. 5 years ago

CentOS/Fedora, Ruby Enterprise Edition, hardened PHP, Nxginx (w/ Passenger, PHP-FPM), MySQL

obs / LEMP,Kernel,Security,Tools,Monitoring - Functions
60 deployments · 6 still active · last rev. 3 years ago

Does nothing on its own, contains functions to install Nginx, Apache, MySQL PHP (running as fastcgi), postfix, munin, monit, configure ssh for pubkey only access, enabling a unprivileged user, basic iptables, set up root mail alias, and install the ubuntu ec2 stock kernel.

rnolen / LEMP_lib
50 deployments · 1 still active · last rev. 3 years ago

Collection of functions for a LEMP stack. In this script I aimed for readability so users may readily discern precisely what is happening to their server.

embl / Pinch-Installer
49 deployments · 4 still active · last rev. 2 years ago

Deploys a LEMP stack and secures your CentOS system. See: http://drewsymo.com/web-servers/baller-nginx-php-fpm-apc-mysql-install-script/

joeswhite / LEMP Stack
43 deployments · 5 still active · last rev. 1 year ago

LEMP Stack from webandblog (stack script 360) rebuilt with archived/salvaged copy of LEMP_lib (stack script 41) LEMP Stack description from webandblog: Installs LEMP + basic security + user security. No root acct. Use sudo -s to get root permissions. For PHP-FPM setup change nginx setting to access PHP via socket not port: location ~ \.ph...

Page 1 / 2