dev-scripts/install/config/local/wordpress

20 lines
502 B
Plaintext

## wordpress configuration - uncomment if using wordpress
export wp_user='admin'
export wp_pass='admin'
export wp_email='myemail@example.com'
export wp_version='latest'
export wp_path='/var/www/html/wordpress'
export wp_locale='en_GB'
export wp_title='The Campsite Bible'
## list of themes to install - first one will be activated
export wp_themes="twentytwenty"
## list of plugins to install
export wp_plugins="geodirectory"
## list of plugins to install and activate
export wp_plugins_active=""