-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After it be installed the URL to connect/use it should be informed to the user #785
Comments
Are you referring to the |
HI @ecordell, Following the details. Where should be this change?It is in the Is not this info already shown?No, it does no show the info/msg as was requested here which is a small improvement just to make better the usability. It is very common that the user will following the readme but will not see that it is accessible by NOTEThis script is broken in the master branch currently. $ ./scripts/run_console_local.sh
./scripts/run_console_local.sh: line 7: syntax error in conditional expression: unexpected token `('
./scripts/run_console_local.sh: line 7: syntax error near `*@(M'
./scripts/run_console_local.sh: line 7: `if [[ $OSTYPE == darwin* ]] || [[ "$(< /proc/version)" == *@(Microsoft|WSL)* ]]; then' Also, wdyt about we use makefile and create make commands to install, start, etc..? IMPORTANT: I am working on doing a PR for it. |
Following the PR made: |
Closing since the PR is merged 👍 tks for the review and support :-) |
WHAT
After it is installed the URL to connect/use it should be informed to the user
WHY
Make clear for the user what URL them should use to access it. In the output appears another URL and make it very confusing.
Example:
As it is done for Minishift.
The text was updated successfully, but these errors were encountered: