From 66c339781078ff40c9a4b258ce640fe6a8baa51e Mon Sep 17 00:00:00 2001 From: Piotr Skindel Date: Wed, 24 Feb 2016 10:52:47 +0100 Subject: [PATCH 1/3] Fixed modes of executable scripts (allowed to execute) --- configure.sh | 0 installer.sh | 0 ubuntu-requirements.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 configure.sh mode change 100644 => 100755 installer.sh mode change 100644 => 100755 ubuntu-requirements.sh diff --git a/configure.sh b/configure.sh old mode 100644 new mode 100755 diff --git a/installer.sh b/installer.sh old mode 100644 new mode 100755 diff --git a/ubuntu-requirements.sh b/ubuntu-requirements.sh old mode 100644 new mode 100755 From 26f45ef26b9f192f8740b7653ba17a96922254eb Mon Sep 17 00:00:00 2001 From: Piotr Skindel Date: Wed, 24 Feb 2016 14:08:03 +0100 Subject: [PATCH 2/3] Added gitignore to ignore conf directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32814ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +conf From 5e4bd42175564339f724b3c745c5417b2fcbfef6 Mon Sep 17 00:00:00 2001 From: Piotr Skindel Date: Wed, 24 Feb 2016 14:08:32 +0100 Subject: [PATCH 3/3] Changed creating 'installer-installer-backend' to 'installer-backend' --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 1cbe2bd..e47d69d 100755 --- a/installer.sh +++ b/installer.sh @@ -64,7 +64,7 @@ function get_default_domain { function get_backend_endpoint { DOMAIN=$(get_default_domain) - echo "http://${1}-installer-backend.${DOMAIN}" + echo "http://${1}-backend.${DOMAIN}" } function get_backend_device_measurement_table_name { @@ -219,7 +219,7 @@ function provide_captcha_credentials { } function deploy_backend { - APP_NAME="${1}-installer-backend" + APP_NAME="${1}-backend" EXISTS=$(check_app_exists ${APP_NAME}) if [ $EXISTS -eq 1 ] then