24 lines
600 B
Plaintext
24 lines
600 B
Plaintext
## wordpress configuration - uncomment if using wordpress
|
|
|
|
export wp_user='admin'
|
|
export wp_pass='admin'
|
|
export wp_email='myemail@isnet.uk'
|
|
|
|
export wp_version='latest'
|
|
export wp_path='/var/www/html/wordpress'
|
|
export wp_locale='en_GB'
|
|
export wp_title='The WordPress'
|
|
|
|
export wp_db_name='wordpress'
|
|
export wp_db_user='wordpress'
|
|
export wp_db_pass='wordpress'
|
|
|
|
## list of themes to install - first one will be activated
|
|
export wp_themes="twentytwenty"
|
|
|
|
## list of plugins to install
|
|
export wp_plugins="akismet all-in-one-seo-pack"
|
|
|
|
## list of plugins to install and activate
|
|
export wp_plugins_active=""
|