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

Conversation

SKrPl
Copy link
Contributor

@SKrPl SKrPl commented May 18, 2017

Solves issue: #1172

Short description

I have:

  • There is a corresponding issue for this pull request.
  • Mentioned the Issue number in the pull request commit message Fixes #<number> commit message
  • There is only strictly only one commit per issue.

For the reviewers

I have:

  • Reviewed this pull request by an authorized contributor.
  • The reviewer is assigned to the pull request.

@vibhcool
Copy link
Member

@SKrPl
Copy link
Contributor Author

SKrPl commented May 18, 2017

@vibhcool please check it now. Now the build is passing, last time it didn't because Travis couldn't download a gradle dependency, so the build didn't work.

Copy link
Member

@vibhcool vibhcool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[vibhcool@localhost loklak_server]$ bin/start.sh -p 8888
Loklak detected that you did not yet run the installation wizard.
It let's you setup an administrator account and a number of settings, but is not mandatory.
You can manually start it by running bin/installation.sh
starting loklak
bin/start.sh: line 94: [: =: unary operator expected

works fine, but see last line

@SKrPl
Copy link
Contributor Author

SKrPl commented May 20, 2017

@vibhcool done the required changes

Copy link
Member

@vibhcool vibhcool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me, nice 😄

@mariobehling
Copy link
Member

@SKrPl Please ask other co-developers and assign them when you make a PR always. We need several reviews before we can merge. Please help to make this flow work.

Copy link
Member

@daminisatya daminisatya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SKrPl Commit message is not proper, code looks good.

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
Copy link
Contributor Author

SKrPl commented May 20, 2017

@daminisatya modified the commit message 😄

Copy link
Member

@daminisatya daminisatya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great but merge conflicts!

@daminisatya daminisatya merged commit 5b23c94 into loklak:development May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants