-
-
Notifications
You must be signed in to change notification settings - Fork 45
documentation regarding eXist-db/exist#2239 #276
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
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines. |
src/main/xar-resources/data/advanced-installation/advanced-installation.xml
Outdated
Show resolved
Hide resolved
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.
Thank you for your contribution.
see eXist-db/exist#2240
@mathias-goebel could you please address the validation errors from travis. |
src/main/xar-resources/data/advanced-installation/advanced-installation.xml
Outdated
Show resolved
Hide resolved
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.
validation error missing /
…tallation.xml Co-Authored-By: mathias-goebel <[email protected]>
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.
still not well-formed, you can run a validation test on your local system via mvn validate
or by opening the edited article in exide.
the date element at line 9 should be updated to reflect the last edit ie 4Q2018
</itemizedlist> | ||
<para>Set either one of the following to determine the init system </para> | ||
<itemizedlist> | ||
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string<listitem> |
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.
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string<listitem> | |
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string</listitem> |
<para>Set either one of the following to determine the init system </para> | ||
<itemizedlist> | ||
<listitem><code>WRAPPER_USE_SYSTEMD</code> as a non-zero length string<listitem> | ||
<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string<listitem> |
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.
<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string<listitem> | |
<listitem><code>WRAPPER_USE_SYSTEMV</code> as a non-zero length string</listitem> |
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.
sorry for the mess, maven build succeds with the recent commit. f8f0c76
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 also did a "format and indent" with oxygen.
Congrats on your first merged pull request! |
This PR adds a section to the documentation describing how to set up a system for unattended installation. original use case was a customized and packaged version of eXist within a debian package container that offers a post installation stage where one can call the
installDaemon.sh
script. For automatic deployment the scenario is of course an unattended installation.