From b624a6e8cbb21f4d9b14f2c567ab9cf585f2a19d Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 5 Sep 2020 11:46:17 +0100 Subject: [PATCH] comment out options --- config/remote/apache | 4 ++-- config/remote/litespeed | 2 +- config/remote/mariadb | 3 ++- config/remote/mysql | 1 + config/remote/php | 2 +- config/remote/ssh | 2 +- config/remote/user | 7 +++---- config/remote/wordpress | 19 +++++++++---------- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/remote/apache b/config/remote/apache index b8d87d9..1d56db0 100644 --- a/config/remote/apache +++ b/config/remote/apache @@ -1,4 +1,4 @@ ## apache configuration - +# ## uncomment if using apache -#apache2_version='latest' +# apache2_version='latest' diff --git a/config/remote/litespeed b/config/remote/litespeed index 6eb8a17..079ea89 100644 --- a/config/remote/litespeed +++ b/config/remote/litespeed @@ -9,5 +9,5 @@ ## https://openlitespeed.org/kb/1-click-install/ ## password used to log into litespeed web interface -#export ls_webadmin_pass='x7__+85676--Dd' +#export ls_webadmin_pass='admin' diff --git a/config/remote/mariadb b/config/remote/mariadb index ff7bee2..afc873a 100644 --- a/config/remote/mariadb +++ b/config/remote/mariadb @@ -1,3 +1,4 @@ ## uncomment if using mariadb -#mariadb_version='latest' +# mariadb_version='latest' +# db_root_pass='9483ujtej0--=0FFFdl' diff --git a/config/remote/mysql b/config/remote/mysql index bb4af32..4b5cf1a 100644 --- a/config/remote/mysql +++ b/config/remote/mysql @@ -1,2 +1,3 @@ ## uncomment if using mysql #mysql_version='latest' +#db_root_pass='9483ujtej0--=0FFFdl' diff --git a/config/remote/php b/config/remote/php index 14bde46..0180cae 100644 --- a/config/remote/php +++ b/config/remote/php @@ -1,5 +1,5 @@ ## php configuration # ## uncomment if using php -#php_version='latest' +# php_version='latest' diff --git a/config/remote/ssh b/config/remote/ssh index bce9c98..2659daf 100644 --- a/config/remote/ssh +++ b/config/remote/ssh @@ -1,5 +1,5 @@ ## ssh configuration ## uncomment if connecting via ssh -#export ssh='root@test123.example.com' +# export ssh='root@test123.isnet.uk' diff --git a/config/remote/user b/config/remote/user index e8e848a..8b33702 100644 --- a/config/remote/user +++ b/config/remote/user @@ -1,7 +1,6 @@ ## user configuration ## uncomment to set user -## webuser/webgroup -## leave commented for default -#export webuser='www-data' -#export webgroup='www-data' +# export user='ray' +# export user_pass='ray' +# export group='ray' diff --git a/config/remote/wordpress b/config/remote/wordpress index 4e4f840..d09c05d 100644 --- a/config/remote/wordpress +++ b/config/remote/wordpress @@ -1,24 +1,23 @@ ## wordpress configuration - uncomment if using wordpress # export wp_user='admin' -# export wp_pass='' +# export wp_pass='admin' +# export wp_email='myemail@isnet.uk' -## leave commented if using default +# 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='9dn,s93j_UU9--s889d8dUY' # export wp_db_name='wordpress' # export wp_db_user='wordpress' -# export wp_db_pass='__d39fhi3nkjdflk8-ddWEs' +# export wp_db_pass='wordpress' -## list of themes to install - first one will be activate +## 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 +## list of plugins to install and activate # export wp_plugins_active="" - -## list of plugins to uninstall -# export wp_plugins_uninstall="hello aksimet"