Skip to content

Compact no more #429

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

Merged
merged 10 commits into from
Jan 24, 2020
Merged
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- mvn clean package -DskipTests -q

before_script:
- docker cp ./target/exist-documentation-*.xar exist-ci:exist/autodeploy
- docker cp ./target/*.xar exist-ci:exist/autodeploy/111.xar
- docker start exist-ci
# exist needs time
- sleep 30
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exist-documentation",
"version": "5.0.1-SNAPSHOT",
"version": "5.0.4-SNAPSHOT",
"description": "Documentation package for eXist-db",
"scripts": {
"test": "standard 'src/test/**/*.js' && mocha src/test/mocha/ --recursive --exit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<info>
<title>Advanced Installation Methods</title>
<date>4Q19</date>
<date>1Q20</date>
<keywordset>
<keyword>installation</keyword>
<keyword>operations</keyword>
Expand Down Expand Up @@ -99,7 +99,7 @@
<para>Once this file is stored in this location, you need to update permissions.
Give ownership of this file to the exist user by using the following commands:</para>
<programlisting xlink:href="listings/listing-5.txt"/>
<para>Below is a list of common commands to interact with the newly created and configured service:</para>
<para>Below is a list of common commands to interact with the newly created and configured service:</para>
<itemizedlist>
<listitem>
<para><code>sudo systemctl start exist-db.service</code> - Enter command to start eXist-db</para>
Expand Down Expand Up @@ -138,7 +138,7 @@
on the command-line without the scripting wrapper. This often provides useful debugging
information.</para>
<para>To manually launch these scripts, give the following commands:</para>
<variablelist spacing="compact">
<variablelist>
<varlistentry>
<term> <code>startup.sh</code> (Unix) / <code>startup.bat</code> (Windows)</term>
<listitem>
Expand All @@ -162,8 +162,7 @@
<varlistentry>
<term> <code>client.sh</code> (Unix) / <code>client.bat</code> (Windows)</term>
<listitem>
<para>Launches the <link xlink:href="java-admin-client">Java Admin
Client</link>.</para>
<para>Use one of these scripts to launch the <link xlink:href="java-admin-client">Java Admin Client</link>.</para>
</listitem>
</varlistentry>
</variablelist>
Expand Down
Loading