From 187fa93ffcac0b60a32c074934a5074b837a38ea Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 8 Sep 2020 21:10:00 +0100 Subject: [PATCH] update file structure --- data/.gitkeep | 0 data/local/.gitkeep | 0 data/remote/.gitkeep | 0 .gitignore => dev-production-universal/.gitignore | 0 README.md => dev-production-universal/README.md | 0 {config => dev-production-universal/config}/local/database | 0 {config => dev-production-universal/config}/local/local | 0 {config => dev-production-universal/config}/local/php | 0 {config => dev-production-universal/config}/local/webserver | 0 {config => dev-production-universal/config}/local/wordpress | 0 {config => dev-production-universal/config}/remote/database | 0 {config => dev-production-universal/config}/remote/php | 0 {config => dev-production-universal/config}/remote/remote | 0 {config => dev-production-universal/config}/remote/webserver | 0 {config => dev-production-universal/config}/remote/wordpress | 0 {files => dev-production-universal/files}/id_rsa.pub | 0 {files => dev-production-universal/files}/known_hosts | 0 {files => dev-production-universal/files}/private/README.md | 0 install.sh => dev-production-universal/install.sh | 0 {old => dev-production-universal/old}/server-install-litespeed.sh | 0 {old => dev-production-universal/old}/server-install-nginx.sh | 0 {old => dev-production-universal/old}/wp-duplicate.sh | 0 {old => dev-production-universal/old}/wp-export.sh | 0 pull-from.sh => dev-production-universal/pull-from.sh | 0 push-to.sh => dev-production-universal/push-to.sh | 0 reset.sh => dev-production-universal/reset.sh | 0 .../scripts}/debian10/install-apache2.sh | 0 .../scripts}/debian10/install-base.sh | 0 .../scripts}/debian10/install-dev-base.sh | 0 .../scripts}/debian10/install-mariadb.sh | 0 .../scripts}/debian10/install-mysql.sh | 0 .../scripts}/debian10/install-php.sh | 0 .../scripts}/debian10/install-user.sh | 0 .../scripts}/debian10/install-wordpress.sh | 0 {scripts => dev-production-universal/scripts}/export-wp.sh | 0 {scripts => dev-production-universal/scripts}/import-wp.sh | 0 {scripts => dev-production-universal/scripts}/reset-wordpress.sh | 0 37 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 data/.gitkeep delete mode 100644 data/local/.gitkeep delete mode 100644 data/remote/.gitkeep rename .gitignore => dev-production-universal/.gitignore (100%) rename README.md => dev-production-universal/README.md (100%) rename {config => dev-production-universal/config}/local/database (100%) rename {config => dev-production-universal/config}/local/local (100%) rename {config => dev-production-universal/config}/local/php (100%) rename {config => dev-production-universal/config}/local/webserver (100%) rename {config => dev-production-universal/config}/local/wordpress (100%) rename {config => dev-production-universal/config}/remote/database (100%) rename {config => dev-production-universal/config}/remote/php (100%) rename {config => dev-production-universal/config}/remote/remote (100%) rename {config => dev-production-universal/config}/remote/webserver (100%) rename {config => dev-production-universal/config}/remote/wordpress (100%) rename {files => dev-production-universal/files}/id_rsa.pub (100%) rename {files => dev-production-universal/files}/known_hosts (100%) rename {files => dev-production-universal/files}/private/README.md (100%) rename install.sh => dev-production-universal/install.sh (100%) rename {old => dev-production-universal/old}/server-install-litespeed.sh (100%) rename {old => dev-production-universal/old}/server-install-nginx.sh (100%) rename {old => dev-production-universal/old}/wp-duplicate.sh (100%) rename {old => dev-production-universal/old}/wp-export.sh (100%) rename pull-from.sh => dev-production-universal/pull-from.sh (100%) rename push-to.sh => dev-production-universal/push-to.sh (100%) rename reset.sh => dev-production-universal/reset.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-apache2.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-base.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-dev-base.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-mariadb.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-mysql.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-php.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-user.sh (100%) rename {scripts => dev-production-universal/scripts}/debian10/install-wordpress.sh (100%) rename {scripts => dev-production-universal/scripts}/export-wp.sh (100%) rename {scripts => dev-production-universal/scripts}/import-wp.sh (100%) rename {scripts => dev-production-universal/scripts}/reset-wordpress.sh (100%) diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/local/.gitkeep b/data/local/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/remote/.gitkeep b/data/remote/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/dev-production-universal/.gitignore similarity index 100% rename from .gitignore rename to dev-production-universal/.gitignore diff --git a/README.md b/dev-production-universal/README.md similarity index 100% rename from README.md rename to dev-production-universal/README.md diff --git a/config/local/database b/dev-production-universal/config/local/database similarity index 100% rename from config/local/database rename to dev-production-universal/config/local/database diff --git a/config/local/local b/dev-production-universal/config/local/local similarity index 100% rename from config/local/local rename to dev-production-universal/config/local/local diff --git a/config/local/php b/dev-production-universal/config/local/php similarity index 100% rename from config/local/php rename to dev-production-universal/config/local/php diff --git a/config/local/webserver b/dev-production-universal/config/local/webserver similarity index 100% rename from config/local/webserver rename to dev-production-universal/config/local/webserver diff --git a/config/local/wordpress b/dev-production-universal/config/local/wordpress similarity index 100% rename from config/local/wordpress rename to dev-production-universal/config/local/wordpress diff --git a/config/remote/database b/dev-production-universal/config/remote/database similarity index 100% rename from config/remote/database rename to dev-production-universal/config/remote/database diff --git a/config/remote/php b/dev-production-universal/config/remote/php similarity index 100% rename from config/remote/php rename to dev-production-universal/config/remote/php diff --git a/config/remote/remote b/dev-production-universal/config/remote/remote similarity index 100% rename from config/remote/remote rename to dev-production-universal/config/remote/remote diff --git a/config/remote/webserver b/dev-production-universal/config/remote/webserver similarity index 100% rename from config/remote/webserver rename to dev-production-universal/config/remote/webserver diff --git a/config/remote/wordpress b/dev-production-universal/config/remote/wordpress similarity index 100% rename from config/remote/wordpress rename to dev-production-universal/config/remote/wordpress diff --git a/files/id_rsa.pub b/dev-production-universal/files/id_rsa.pub similarity index 100% rename from files/id_rsa.pub rename to dev-production-universal/files/id_rsa.pub diff --git a/files/known_hosts b/dev-production-universal/files/known_hosts similarity index 100% rename from files/known_hosts rename to dev-production-universal/files/known_hosts diff --git a/files/private/README.md b/dev-production-universal/files/private/README.md similarity index 100% rename from files/private/README.md rename to dev-production-universal/files/private/README.md diff --git a/install.sh b/dev-production-universal/install.sh similarity index 100% rename from install.sh rename to dev-production-universal/install.sh diff --git a/old/server-install-litespeed.sh b/dev-production-universal/old/server-install-litespeed.sh similarity index 100% rename from old/server-install-litespeed.sh rename to dev-production-universal/old/server-install-litespeed.sh diff --git a/old/server-install-nginx.sh b/dev-production-universal/old/server-install-nginx.sh similarity index 100% rename from old/server-install-nginx.sh rename to dev-production-universal/old/server-install-nginx.sh diff --git a/old/wp-duplicate.sh b/dev-production-universal/old/wp-duplicate.sh similarity index 100% rename from old/wp-duplicate.sh rename to dev-production-universal/old/wp-duplicate.sh diff --git a/old/wp-export.sh b/dev-production-universal/old/wp-export.sh similarity index 100% rename from old/wp-export.sh rename to dev-production-universal/old/wp-export.sh diff --git a/pull-from.sh b/dev-production-universal/pull-from.sh similarity index 100% rename from pull-from.sh rename to dev-production-universal/pull-from.sh diff --git a/push-to.sh b/dev-production-universal/push-to.sh similarity index 100% rename from push-to.sh rename to dev-production-universal/push-to.sh diff --git a/reset.sh b/dev-production-universal/reset.sh similarity index 100% rename from reset.sh rename to dev-production-universal/reset.sh diff --git a/scripts/debian10/install-apache2.sh b/dev-production-universal/scripts/debian10/install-apache2.sh similarity index 100% rename from scripts/debian10/install-apache2.sh rename to dev-production-universal/scripts/debian10/install-apache2.sh diff --git a/scripts/debian10/install-base.sh b/dev-production-universal/scripts/debian10/install-base.sh similarity index 100% rename from scripts/debian10/install-base.sh rename to dev-production-universal/scripts/debian10/install-base.sh diff --git a/scripts/debian10/install-dev-base.sh b/dev-production-universal/scripts/debian10/install-dev-base.sh similarity index 100% rename from scripts/debian10/install-dev-base.sh rename to dev-production-universal/scripts/debian10/install-dev-base.sh diff --git a/scripts/debian10/install-mariadb.sh b/dev-production-universal/scripts/debian10/install-mariadb.sh similarity index 100% rename from scripts/debian10/install-mariadb.sh rename to dev-production-universal/scripts/debian10/install-mariadb.sh diff --git a/scripts/debian10/install-mysql.sh b/dev-production-universal/scripts/debian10/install-mysql.sh similarity index 100% rename from scripts/debian10/install-mysql.sh rename to dev-production-universal/scripts/debian10/install-mysql.sh diff --git a/scripts/debian10/install-php.sh b/dev-production-universal/scripts/debian10/install-php.sh similarity index 100% rename from scripts/debian10/install-php.sh rename to dev-production-universal/scripts/debian10/install-php.sh diff --git a/scripts/debian10/install-user.sh b/dev-production-universal/scripts/debian10/install-user.sh similarity index 100% rename from scripts/debian10/install-user.sh rename to dev-production-universal/scripts/debian10/install-user.sh diff --git a/scripts/debian10/install-wordpress.sh b/dev-production-universal/scripts/debian10/install-wordpress.sh similarity index 100% rename from scripts/debian10/install-wordpress.sh rename to dev-production-universal/scripts/debian10/install-wordpress.sh diff --git a/scripts/export-wp.sh b/dev-production-universal/scripts/export-wp.sh similarity index 100% rename from scripts/export-wp.sh rename to dev-production-universal/scripts/export-wp.sh diff --git a/scripts/import-wp.sh b/dev-production-universal/scripts/import-wp.sh similarity index 100% rename from scripts/import-wp.sh rename to dev-production-universal/scripts/import-wp.sh diff --git a/scripts/reset-wordpress.sh b/dev-production-universal/scripts/reset-wordpress.sh similarity index 100% rename from scripts/reset-wordpress.sh rename to dev-production-universal/scripts/reset-wordpress.sh