From 4c0708bb8ff31bcbc5c83f07c31cad5d3a0c9e47 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 8 Nov 2021 11:40:30 +0100 Subject: [PATCH] Added message when cara is running on scriptd --- cara/scripts/themes/base/cara_script.command | 3 ++- cara/scripts/themes/base/cara_script.sh | 1 + cara/scripts/themes/cern/cara_script.command | 3 ++- cara/scripts/themes/cern/cara_script.sh | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cara/scripts/themes/base/cara_script.command b/cara/scripts/themes/base/cara_script.command index f0b10069..e2de10bc 100755 --- a/cara/scripts/themes/base/cara_script.command +++ b/cara/scripts/themes/base/cara_script.command @@ -9,4 +9,5 @@ if [[ `uname -m` == 'arm64' ]]; then pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . -python3 -m cara.apps.calculator \ No newline at end of file +python3 -m cara.apps.calculator +echo "CARA is now running at http://localhost:8080" \ No newline at end of file diff --git a/cara/scripts/themes/base/cara_script.sh b/cara/scripts/themes/base/cara_script.sh index d739a4d1..faafb482 100755 --- a/cara/scripts/themes/base/cara_script.sh +++ b/cara/scripts/themes/base/cara_script.sh @@ -3,3 +3,4 @@ cd cara git lfs pull pip install -e . python -m cara.apps.calculator +echo "CARA is now running at http://localhost:8080" \ No newline at end of file diff --git a/cara/scripts/themes/cern/cara_script.command b/cara/scripts/themes/cern/cara_script.command index 9abec5d5..4ca03012 100755 --- a/cara/scripts/themes/cern/cara_script.command +++ b/cara/scripts/themes/cern/cara_script.command @@ -9,4 +9,5 @@ if [[ `uname -m` == 'arm64' ]]; then pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . -python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern \ No newline at end of file +python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern +echo "CARA is now running at http://localhost:8080" \ No newline at end of file diff --git a/cara/scripts/themes/cern/cara_script.sh b/cara/scripts/themes/cern/cara_script.sh index 966bba7b..3b07586e 100755 --- a/cara/scripts/themes/cern/cara_script.sh +++ b/cara/scripts/themes/cern/cara_script.sh @@ -3,3 +3,4 @@ cd cara git lfs pull pip install -e . python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern +echo "CARA is now running at http://localhost:8080" \ No newline at end of file