comment out options
This commit is contained in:
parent
b16fe3f73c
commit
b624a6e8cb
|
@ -1,4 +1,4 @@
|
||||||
## apache configuration
|
## apache configuration
|
||||||
|
#
|
||||||
## uncomment if using apache
|
## uncomment if using apache
|
||||||
#apache2_version='latest'
|
# apache2_version='latest'
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
|
|
||||||
## https://openlitespeed.org/kb/1-click-install/
|
## https://openlitespeed.org/kb/1-click-install/
|
||||||
## password used to log into litespeed web interface
|
## password used to log into litespeed web interface
|
||||||
#export ls_webadmin_pass='x7__+85676--Dd'
|
#export ls_webadmin_pass='admin'
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
## uncomment if using mariadb
|
## uncomment if using mariadb
|
||||||
#mariadb_version='latest'
|
# mariadb_version='latest'
|
||||||
|
# db_root_pass='9483ujtej0--=0FFFdl'
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
## uncomment if using mysql
|
## uncomment if using mysql
|
||||||
#mysql_version='latest'
|
#mysql_version='latest'
|
||||||
|
#db_root_pass='9483ujtej0--=0FFFdl'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## php configuration
|
## php configuration
|
||||||
#
|
#
|
||||||
## uncomment if using php
|
## uncomment if using php
|
||||||
#php_version='latest'
|
# php_version='latest'
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## ssh configuration
|
## ssh configuration
|
||||||
|
|
||||||
## uncomment if connecting via ssh
|
## uncomment if connecting via ssh
|
||||||
#export ssh='root@test123.example.com'
|
# export ssh='root@test123.isnet.uk'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
## user configuration
|
## user configuration
|
||||||
## uncomment to set user
|
## uncomment to set user
|
||||||
|
|
||||||
## webuser/webgroup
|
# export user='ray'
|
||||||
## leave commented for default
|
# export user_pass='ray'
|
||||||
#export webuser='www-data'
|
# export group='ray'
|
||||||
#export webgroup='www-data'
|
|
||||||
|
|
|
@ -1,24 +1,23 @@
|
||||||
## wordpress configuration - uncomment if using wordpress
|
## wordpress configuration - uncomment if using wordpress
|
||||||
|
|
||||||
# export wp_user='admin'
|
# 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_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_name='wordpress'
|
||||||
# export wp_db_user='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"
|
# export wp_themes="twentytwenty"
|
||||||
|
|
||||||
## list of plugins to install
|
## 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=""
|
# export wp_plugins_active=""
|
||||||
|
|
||||||
## list of plugins to uninstall
|
|
||||||
# export wp_plugins_uninstall="hello aksimet"
|
|
||||||
|
|
Loading…
Reference in New Issue