Compare commits
No commits in common. "60bb9d17bce06019d1ddd585b487032f79a8c6f8" and "7c0481a9601fb8c7f2892e8cadd89fba0e618c8b" have entirely different histories.
60bb9d17bc
...
7c0481a960
|
@ -0,0 +1,2 @@
|
||||||
|
config
|
||||||
|
config-urls
|
|
@ -1,4 +0,0 @@
|
||||||
## export if using local development environment
|
|
||||||
export domain='test123.home'
|
|
||||||
export url='http://test123.home'
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
## uncomment if using mariadb
|
|
||||||
mariadb_version='latest'
|
|
||||||
db_root_pass='9483ujtej0--=0FFFdl'
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
## user configuration
|
|
||||||
## uncomment to set user
|
|
||||||
|
|
||||||
export user='ray'
|
|
||||||
export user_pass='ray'
|
|
||||||
export group='ray'
|
|
|
@ -1,23 +0,0 @@
|
||||||
## wordpress configuration - uncomment if using wordpress
|
|
||||||
|
|
||||||
export wp_user='admin'
|
|
||||||
export wp_pass='admin'
|
|
||||||
export wp_email='myemail@isnet.uk'
|
|
||||||
|
|
||||||
export wp_version='latest'
|
|
||||||
export wp_path='/var/www/html/wordpress'
|
|
||||||
export wp_locale='en_GB'
|
|
||||||
export wp_title='The 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 activated
|
|
||||||
export wp_themes="twentytwenty"
|
|
||||||
|
|
||||||
## list of plugins to install
|
|
||||||
export wp_plugins="akismet all-in-one-seo-pack"
|
|
||||||
|
|
||||||
## list of plugins to install and activate
|
|
||||||
export wp_plugins_active=""
|
|
|
@ -1,4 +1,4 @@
|
||||||
## apache configuration
|
## apache configuration
|
||||||
#
|
#
|
||||||
## uncomment if using apache
|
## uncomment if using apache
|
||||||
apache2_version='latest'
|
#apache2_version='latest'
|
|
@ -0,0 +1,4 @@
|
||||||
|
## export if using local development environment
|
||||||
|
#export domain='test123.home'
|
||||||
|
#export url='http://test123.home'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## ssh configuration
|
## ssh configuration
|
||||||
|
|
||||||
## uncomment if connecting via ssh
|
## uncomment if connecting via ssh
|
||||||
export ssh='root@test123.home'
|
#export ssh='root@test123.home'
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
## user configuration
|
||||||
|
## uncomment to set user
|
||||||
|
|
||||||
|
## webuser/webgroup
|
||||||
|
#export webuser='ray'
|
||||||
|
#export webgroup='ray'
|
|
@ -0,0 +1,24 @@
|
||||||
|
## 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"
|
|
@ -0,0 +1,3 @@
|
||||||
|
## uncomment if using mariadb
|
||||||
|
#mariadb_version='latest'
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
## 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'
|
||||||
|
|
|
@ -38,8 +38,6 @@ elif [ -n "$litespeed_version" ] ; then
|
||||||
echo 'TODO . ./scripts/install-litespeed.sh'
|
echo 'TODO . ./scripts/install-litespeed.sh'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$wp_user" ] ; then
|
# source application script?
|
||||||
. ./scripts/install-wordpress.sh
|
|
||||||
fi
|
|
||||||
|
|
||||||
# TODO source dev env script
|
# source dev env script
|
Loading…
Reference in New Issue