Wordpress
Set up environment variables
Go to your project root and edit or create .env.local
use https://roots.io/salts.html to generate salts
Start the server
Configure a vhost mounted to /public
, or start a Symfony server
Install Wordpress
Load the server url and follow the Wordpress installation procedure
Post Install : You will be asked to add WP_INSTALLED=1
to the environment, this is required to perform loading optimisations
Update gitignore
Last updated
Was this helpful?