Slide 3
Slide 3 text
WEIRD WORDS
• drush: “DRUpal SHell”. command line drupal commands. Replaces using the browser.
• NGINX: High performance web server. Replaces Apache.
• PHP-FPM: Stands for PHP-FastCGI Process Manager. Limits number of PHP processes that are running at a time (fast, secure, stable)
- best way to run a Drupal site. Replaces mod_php.
• MariaDB - Fork of MySQL. High performance. Fully open issue queue. Replaces MySQL.
• Percona XtraDB: Fork of MySQL. Very high performance. Closed issue queue. Replaces MySQL.
• Redis: High performance caching. Replaces DB Caching.
• Apachesolr: High performance, “good”, search. Replaces DB Search.
• Jenkins: Continuous Integration. Useful for testing, deployments, and more. Replaces manual labour.
Wednesday, February 13, 13