25 lines
612 B
Plaintext
25 lines
612 B
Plaintext
|
## wordpress configuration - uncomment if using wordpress
|
||
|
|
||
|
# export wp_user='admin'
|
||
|
# 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"
|