-
Notifications
You must be signed in to change notification settings - Fork 978
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
Better install docs, better config.cfg readability; update zkSessionTimeout to 20 #34
Conversation
config.cfg
Outdated
@@ -40,7 +40,7 @@ sessionTimeout=300 | |||
|
|||
#Default 5 seconds to keep short lived zk sessions. If you have large data then the read will take more than 30 seconds so increase this accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment should be updated according to the new default value
3. Run the jar. ( nohup java -jar zkui-2.0-SNAPSHOT-jar-with-dependencies.jar & ) | ||
4. <a href="http://localhost:9090">http://localhost:9090</a> | ||
1. `git clone https://github.com/DeemOpen/zkui.git` | ||
2. `cd zkui` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not convinced by the need of having this level of detail for the setup.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so instead of directions you can copy/paste straight into a terminal window, you'd rather have vague, imprecise directions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is much easier to follow updated instructions so 👍 for this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case a shell script or a Makefile may be a suitable option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be. feel free to update them after merging or closing this PR.
are you going to merge or close this PR? |
@arjunsurendra04 @jlrigau