dev-scripts/config/remote/wordpress

24 lines
626 B
Plaintext
Raw Normal View History

2020-09-03 11:46:30 +00:00
## wordpress configuration - uncomment if using wordpress
# export wp_user='admin'
2020-09-05 10:46:17 +00:00
# export wp_pass='admin'
# export wp_email='myemail@isnet.uk'
2020-09-03 11:46:30 +00:00
2020-09-05 10:46:17 +00:00
# export wp_version='latest'
2020-09-03 11:46:30 +00:00
# export wp_path='/var/www/html/wordpress'
2020-09-05 10:46:17 +00:00
# export wp_locale='en_GB'
# export wp_title='The WordPress'
2020-09-03 11:46:30 +00:00
# export wp_db_name='wordpress'
# export wp_db_user='wordpress'
2020-09-05 10:46:17 +00:00
# export wp_db_pass='wordpress'
2020-09-03 11:46:30 +00:00
2020-09-05 10:46:17 +00:00
## list of themes to install - first one will be activated
2020-09-03 11:46:30 +00:00
# export wp_themes="twentytwenty"
## list of plugins to install
2020-09-05 10:46:17 +00:00
# export wp_plugins="akismet all-in-one-seo-pack"
2020-09-03 11:46:30 +00:00
2020-09-05 10:46:17 +00:00
## list of plugins to install and activate
2020-09-03 11:46:30 +00:00
# export wp_plugins_active=""