Wordpress

Set up environment variables

Go to your project root and edit or create .env.local

###> metabolism/wordpress-bundle ###
APP_ENV=dev
TABLE_PREFIX=wp_
DATABASE_URL=mysql://user:pwd@localhost:3306/dbname

AUTH_KEY=xxxxxxxxxxxxxxxxxxxxxx
SECURE_AUTH_KEY=xxxxxxxxxxxxxxxxxxxxxx
LOGGED_IN_KEY=xxxxxxxxxxxxxxxxxxxxxx
NONCE_KEY=xxxxxxxxxxxxxxxxxxxxxx
AUTH_SALT=xxxxxxxxxxxxxxxxxxxxxx
SECURE_AUTH_SALT=xxxxxxxxxxxxxxxxxxxxxx
LOGGED_IN_SALT=xxxxxxxxxxxxxxxxxxxxxx
NONCE_SALT=xxxxxxxxxxxxxxxxxxxxxx
###< metabolism/wordpress-bundle ###
circle-info

Start the server

Configure a vhost mounted to /public, or start a Symfony serverarrow-up-right

Install Wordpress

Load the server urlarrow-up-right and follow the Wordpress installation procedure

circle-info

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