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
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...
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...
Install nginx, various useful tools such as shorewall, logwatch etc as well as optionally installing mysql and php-fpm
Nginx, MySQL, PHP-FPM, local Postfix, iptables, sudo user, Git
CentOS/Fedora, Ruby Enterprise Edition, hardened PHP, Nxginx (w/ Passenger, PHP-FPM), MySQL
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.
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.
Deploys a LEMP stack and secures your CentOS system. See: http://drewsymo.com/web-servers/baller-nginx-php-fpm-apc-mysql-install-script/
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...