2020-09-03 11:46:30 +00:00
|
|
|
## wordpress configuration - uncomment if using wordpress
|
|
|
|
|
2020-09-08 20:01:00 +00:00
|
|
|
export wp_user='cloudways@rayelliott.dev'
|
|
|
|
export wp_pass='McXNn4vgua'
|
|
|
|
export wp_email='myemail@example.com'
|
2020-09-03 11:46:30 +00:00
|
|
|
|
2020-09-08 20:01:00 +00:00
|
|
|
export wp_version='latest'
|
|
|
|
export wp_path='/home/453075.cloudwaysapps.com/mhhusspndh/public_html'
|
|
|
|
export wp_locale='en_GB'
|
|
|
|
export wp_title='The Campsite Bible'
|
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-08 20:01:00 +00:00
|
|
|
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 breeze malcare-security"
|
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=""
|