From 9ffba2fe91dbfd2e3019d4572dc13bccb4f2999b Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 20 Mar 2025 12:45:27 +0530 Subject: [PATCH] Fancier --- server/.gitignore | 3 ++- server/hello.sh | 13 ++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/server/.gitignore b/server/.gitignore index 088f4ae0bc..e7f5bda723 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -8,4 +8,5 @@ tmp/** museum.yaml bin/** data/ -__debug_bin* \ No newline at end of file +my-ente/ +__debug_bin* diff --git a/server/hello.sh b/server/hello.sh index 3c0a4d9717..28ec583f96 100755 --- a/server/hello.sh +++ b/server/hello.sh @@ -15,17 +15,20 @@ then exit 1 fi +printf "\n - \033[1mH E L L O\033[0m - \033[1;32mE N T E\033[0m -\n\n" + mkdir my-ente && cd my-ente -printf "E Create directory my-ente\n" +printf " \033[1;32mE\033[0m Created directory my-ente\n" curl -fsSOL https://raw.githubusercontent.com/ente-io/ente/HEAD/server/quickstart/compose.yaml -printf "N Create compose.yaml\n" +printf " \033[1;32mN\033[0m Fetched compose.yaml\n" touch museum.yaml -printf "T Create museum.yaml\n" +printf " \033[1;32mT\033[0m Created museum.yaml\n" -sleep 5 && open "http://localhost:3000" & -printf "E Schedule opening web app (http://localhost:3000) in 5 seconds\n" +printf " \033[1;32mE\033[0m Starting docker compose\n" +printf "\nAfter the cluster has started, open web app at http://localhost:3000\n" +printf "For more details, see https://github.com/ente-io/ente/blob/main/server/quickstart/README.md\n\n" sleep 1