Skip to content

Commit 510e5c9

Browse files
Merge pull request #293 from AndreWohnsland/dev
Add output how to start v2 after installation
2 parents 99b2915 + 00e9922 commit 510e5c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/all_in_one.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ if [ "$V2_FLAG" = true ]; then
150150
# shellcheck disable=SC2164
151151
cd ~/CocktailBerry
152152
uv run api.py setup-web
153+
# informs the user that with v2 he still needs to run cocktailberry before opening the web
154+
echo "- !!! You need to run 'bash ~/launcher.sh' or click the CocktailBerry icon before opening the web interface."
155+
echo "- !!! When CocktailBerry is running, you can open the web interface at http://localhost in the web or over the CocktailBerry Web icon."
153156
fi
154157

155158
echo "~~ Everything should be set now! Have fun with CocktailBerry :) ~~"
@@ -158,7 +161,7 @@ echo "Documentation is found at: https://docs.cocktailberry.org/"
158161
echo "Source code at: https://github.com/AndreWohnsland/CocktailBerry"
159162
echo "If you want to set up your microservice, check the docks for a complete guide. Docker and compose should already be installed."
160163
echo "You can use the CocktailBerry CLI for an interactive setup. Use 'python ~/CocktailBerry/runme.py setup-microservice' to start."
161-
echo "CocktailBerry will start at system start. To start it now, type 'bash ~/launcher.sh'."
164+
echo "CocktailBerry will start at system start. To start it now, type 'bash ~/launcher.sh' or click the CocktailBerry icon."
162165
echo "If the desktop panel shifts / blocks the application, right click panel > panel settings > Advanced > uncheck Reserve space, and not covered by maximised windows."
163166

164167
newgrp docker

0 commit comments

Comments
 (0)