https://github.com/getpagespeed/stackscripts
StackScripts (Linode, etc.) for quick setup of servers
https://github.com/getpagespeed/stackscripts
brotli centos centos7 linode nginx pagespeed redhat stackscript
Last synced: 4 months ago
JSON representation
StackScripts (Linode, etc.) for quick setup of servers
- Host: GitHub
- URL: https://github.com/getpagespeed/stackscripts
- Owner: GetPageSpeed
- License: bsd-2-clause
- Created: 2019-06-16T12:45:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T20:40:10.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T18:30:13.972Z (5 months ago)
- Topics: brotli, centos, centos7, linode, nginx, pagespeed, redhat, stackscript
- Language: Shell
- Homepage: https://www.linode.com/stackscripts/view/512850
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StackScripts
StackScripts ([Linode](https://www.getpagespeed.com/recommends/linode), etc.) for quick setup of servers## base.sh
Get your server up and running with LEMP stack in no time-powered by:
* latest stable NGINX with Brotli and PageSpeed modules
* Percona MySQL
* PHP-FPM.Features:
* SELinux protection
* Installs the bare minimum. No stuff that you don't need. Efficient without all the bloatware, so it's good for panel-less setup
* All-packaged install. All the packages are maintained in CDN powered RPM repository and you are always on the bleeding edge yet stable versions of NGINX and PageSpeed module with just `yum -y upgrade`.
* Build for stability. Configures extra swap space in order to prevent out of memory issue - an often oversight of many web server installs
* This StackScript is a good starting point for other LEMP based specific installations, e.g. a WP LEMP StackScript or a Magento LEMP StackScript