dev-scripts/install/config/local/wordpress

20 lines
502 B
Plaintext
Raw Normal View History

2020-09-03 11:46:30 +00:00
## wordpress configuration - uncomment if using wordpress
2020-09-03 19:42:01 +00:00
export wp_user='admin'
2020-09-04 13:30:53 +00:00
export wp_pass='admin'
2020-09-08 20:01:00 +00:00
export wp_email='myemail@example.com'
2020-09-03 11:46:30 +00:00
2020-09-04 13:30:53 +00:00
export wp_version='latest'
export wp_path='/var/www/html/wordpress'
export wp_locale='en_GB'
2020-09-08 20:01:00 +00:00
export wp_title='The Campsite Bible'
2020-09-03 11:46:30 +00:00
2020-09-04 13:30:53 +00:00
## list of themes to install - first one will be activated
export wp_themes="twentytwenty"
2020-09-03 11:46:30 +00:00
## list of plugins to install
2020-09-08 20:01:00 +00:00
export wp_plugins="geodirectory"
2020-09-03 11:46:30 +00:00
2020-09-04 13:30:53 +00:00
## list of plugins to install and activate
export wp_plugins_active=""