Skip to main content

WordPress

Install WP CLI and WordPress core, generate a clean wp config, enable permalinks and run cron via the OS for reliability.

Note: This module is being worked on. Below is the lesson plan you can expect.

  • Downloading and installing WP-CLI, ensuring it’s available system-wide
  • Using wp-cli.yml to prevent unwanted surprises
  • Using the CLI to download and install WordPress core
  • Creating a WordPress configuration file and running the installation
  • Updating the Nginx configuration to support permalinks
  • Understanding how WordPress cron works and using the OS cron to invoke it
  • Adding WordPress logs to logrotate

Next module: Email Delivery