diff --git a/README.md b/README.md index ecf2486..cae9e18 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,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. diff --git a/start_services.sh b/start_services.sh index a972ce2..07fcbb0 100755 --- a/start_services.sh +++ b/start_services.sh @@ -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 #