-
Notifications
You must be signed in to change notification settings - Fork 167
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
Update Windows-Service.md #304
base: 2.2.x
Are you sure you want to change the base?
Conversation
Add to "installService.bat" 3rd parameter with password for root-user to be able shutdown server by windows service (#6552)
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.
Please fix the very small mistake and I will merge it.
Windows-Service.md
Outdated
:printUsage | ||
echo usage: | ||
echo installService JVM_DLL_location OrientDB_Home | ||
echo installService JVM_DLL_location OrientDB_Home root_password | ||
EXIT /B | ||
``` | ||
|
||
The script requires two input parameters: |
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 suppose you missed small mistake, script requires three input parameters ))
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.
Fixed :)
Set password value the same as in Tutorial-Run-the-server.html
@likemusic I am very sorry but you also have unresolved conflicts, could you resolve them too? |
Conflict resolved. But I have one commit (#e5aed3d264d7cdf1392817d93776a25c661e7939) pushed without really merged section. May be I should rebase/marge that and next commit to one, if it's possible without breaking git/github hooks? |
Add to "installService.bat" 3rd parameter with password for root-user to be able shutdown server by windows service (#6552)