Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.46 KB

README.md

File metadata and controls

56 lines (42 loc) · 2.46 KB

WordPress Platform.sh Start State

Composer Based WordPress Start State to use with Platform.sh.

This starter state includes:

Theming / Site Building

Administration

Config Management / Development

SEO

Performance

MU Plugins

Setup

  1. Clone the repo down
  2. Add a .env file to the root of the project and add the following:
PLATFORMSH_CLI_TOKEN=YOUR_CLI_TOKEN
  1. Run lando start

Recommended Plugins

  • Advanced Custom Fields PRO
    • Use this to install ACF PRO: ACF PRO Composer Bridge
    • You will need to add your key to the lando .env file
    • The only way this plugin works on platform.sh is if you add your env var to the application itself unfortunately.
  • WP Rocket
    • Paid plugin, but one of the best caching plugins out there.
    • You will have to create symlinks for wp-content/wp-rocket-config and wp-content/cache to your wp-content/uploads folder since it is writable.