update start_servicees.sh
This commit is contained in:
@@ -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.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -6,6 +6,12 @@ command_exists() {
|
||||
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user