About
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
- http://mirrors.slickstack.io
- https://spectrum.chat/slickstack
- https://www.littlebizzy.com/slickstack
- https://github.com/littlebizzy/slickstack
- https://www.facebook.com/slickstack
- https://www.linkedin.com/company/slickstack
- https://www.youtube.com/channel/UClD6OJy-Sg45nUBoAfmccJg
- https://stackshare.io/slickstack
- https://www.producthunt.com/posts/slickstack
- https://siftery.com/slickstack
- https://www.saashub.com/slickstack-alternatives
- https://alternativeto.net/software/slickstack/
- https://www.g2.com/products/slickstack
- https://www.slant.co/options/35681/~slickstack-review
- https://trends.builtwith.com/framework/SlickStack
- https://en.wiktionary.org/wiki/SlickStack
- https://www.urbandictionary.com/define.php?term=SlickStack
Rules of SlickStack
- Don’t alter system files that don’t need to be altered
- If you do need to alter system files, make it less invasive as possible by “source” SlickStack files instead of dumping code in the system files
- Never prevent native Bash commands from working properly (aliases should be complementary, not replacements)
- Verbose comments and commands in all scripts whenever possible (be specific… what is happening?)
- Once and only once, unless it will create instability… see #4
- Defer to upstream whenever possible… if Ubuntu LTS uses MySQL and PHP 7.2 then we use MySQL and PHP 7.2, etc
- Self-contained whenever possible… nearly all SlickStack files are solely under /var/www
- Self-reliant whenever possible… SlickStack servers will still function when third party services are removed