diff --git a/debian10/config/local/apache b/debian10/config/local/apache index 5af2fbe..08b120d 100644 --- a/debian10/config/local/apache +++ b/debian10/config/local/apache @@ -1,4 +1,4 @@ ## apache configuration # ## uncomment if using apache -#apache2_version='latest' +apache2_version='latest' diff --git a/debian10/config/local/local b/debian10/config/local/local index c061ab9..eea97ba 100644 --- a/debian10/config/local/local +++ b/debian10/config/local/local @@ -1,4 +1,4 @@ ## export if using local development environment -#export domain='test123.home' -#export url='http://test123.home' +export domain='test123.home' +export url='http://test123.home' diff --git a/debian10/config/local/mariadb b/debian10/config/local/mariadb index ff7bee2..02edee1 100644 --- a/debian10/config/local/mariadb +++ b/debian10/config/local/mariadb @@ -1,3 +1,4 @@ ## uncomment if using mariadb -#mariadb_version='latest' +mariadb_version='latest' +db_root_pass='9483ujtej0--=0FFFdl' diff --git a/debian10/config/local/mysql b/debian10/config/local/mysql index bb4af32..4b5cf1a 100644 --- a/debian10/config/local/mysql +++ b/debian10/config/local/mysql @@ -1,2 +1,3 @@ ## uncomment if using mysql #mysql_version='latest' +#db_root_pass='9483ujtej0--=0FFFdl' diff --git a/debian10/config/local/php b/debian10/config/local/php index 14bde46..eb51759 100644 --- a/debian10/config/local/php +++ b/debian10/config/local/php @@ -1,5 +1,5 @@ ## php configuration # ## uncomment if using php -#php_version='latest' +php_version='latest' diff --git a/debian10/config/local/ssh b/debian10/config/local/ssh index 7c4f08b..17f32db 100644 --- a/debian10/config/local/ssh +++ b/debian10/config/local/ssh @@ -1,5 +1,5 @@ ## ssh configuration ## uncomment if connecting via ssh -#export ssh='root@test123.home' +export ssh='root@test123.home' diff --git a/debian10/config/local/user b/debian10/config/local/user index c49dfe3..ccf2832 100644 --- a/debian10/config/local/user +++ b/debian10/config/local/user @@ -1,6 +1,6 @@ ## user configuration ## uncomment to set user -## webuser/webgroup -#export webuser='ray' -#export webgroup='ray' +export user='ray' +export user_pass='ray' +export group='ray' diff --git a/debian10/config/local/wordpress b/debian10/config/local/wordpress index eb384ba..a821b91 100644 --- a/debian10/config/local/wordpress +++ b/debian10/config/local/wordpress @@ -1,24 +1,23 @@ ## wordpress configuration - uncomment if using wordpress export wp_user='admin' -# export wp_pass='admin' +export wp_pass='admin' +export wp_email='myemail@isnet.uk' -## leave commented if using default -# export wp_path='/var/www/html/wordpress' +export wp_version='latest' +export wp_path='/var/www/html/wordpress' +export wp_locale='en_GB' +export wp_title='The WordPress' -# export db_root_pass='root' -# export wp_db_name='wordpress' -# export wp_db_user='wordpress' -# export wp_db_pass='wordpress' +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 themes to install - first one will be activated +export wp_themes="twentytwenty" ## list of plugins to install -# export wp_plugins="" +export wp_plugins="akismet all-in-one-seo-pack" -## list of plugins to activate -# export wp_plugins_active="block-lab" - -## list of plugins to uninstall -# export wp_plugins_uninstall="hello aksimet" +## list of plugins to install and activate +export wp_plugins_active=""