update start_servicees.sh

This commit is contained in:
martin legrand
2025-05-27 18:19:20 +02:00
parent 50f9e11a35
commit 58f46d4351
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Disclaimer: This demo, including all the files that appear (e.g: CV_candidates.z
Make sure you have chrome driver, docker and python3.10 installed. Make sure you have chrome driver, docker and python3.10 installed.
We highly advice you use exactly python3.10 for the setup. Dependencies error might happen otherwise. We highly advise you use exactly python3.10 for the setup. Dependencies error might happen otherwise.
For issues related to chrome driver, see the **Chromedriver** section. For issues related to chrome driver, see the **Chromedriver** section.
+6
View File
@@ -6,6 +6,12 @@ command_exists() {
command -v "$1" &> /dev/null command -v "$1" &> /dev/null
} }
if [ "$1" = "full" ]; then
echo "Starting full deployment with backend and all services..."
else
echo "Starting core deployment with frontend and search services only..."
fi
# #
# Check if Docker is installed é running # Check if Docker is installed é running
# #