Skip to content
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

Displays proper url to open loklak_server during start and installation #1174

Merged
merged 3 commits into from May 20, 2017
Merged

Displays proper url to open loklak_server during start and installation #1174

merged 3 commits into from May 20, 2017

Commits on May 20, 2017

  1. Displays proper url to open loklak_server

    Solves issue: #1172
    
    Displays proper localhost url in which loklak_server is running after
    the execution of bin/start.sh or bin/installation.sh with a "p" flag.
    
    Earlier the localhost url only displayed port 9000 at the end in case of
    bin/start.sh and concatenated the running port with 9000 in case of
    bin/stop.sh.Ex:
    http://localhost:9000 # bin/start.sh, actual port 8888
    http://localhost:90008888 #bin/installation.sh, actual port 8888
    SKrPl committed May 20, 2017
    Configuration menu
    Copy the full SHA
    f1e7ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488db84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c3d93 View commit details
    Browse the repository at this point in the history