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