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-03 11:46:30 +00:00
|
|
|
# export wp_pass='admin'
|
|
|
|
|
|
|
|
## leave commented if using default
|
|
|
|
# export wp_path='/var/www/html/wordpress'
|
|
|
|
|
|
|
|
# export db_root_pass='root'
|
|
|
|
# export wp_db_name='wordpress'
|
|
|
|
# export wp_db_user='wordpress'
|
|
|
|
# export wp_db_pass='wordpress'
|
|
|
|
|
|
|
|
## list of themes to install - first one will be activate
|
|
|
|
# export wp_themes="twentytwenty"
|
|
|
|
|
|
|
|
## list of plugins to install
|
|
|
|
# export wp_plugins=""
|
|
|
|
|
|
|
|
## list of plugins to activate
|
|
|
|
# export wp_plugins_active="block-lab"
|
|
|
|
|
|
|
|
## list of plugins to uninstall
|
|
|
|
# export wp_plugins_uninstall="hello aksimet"
|