You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/12/03 04:22:04 UTC

[incubator-nlpcraft-website] branch master updated: Update server-and-probe.html

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new dd1aae0  Update server-and-probe.html
dd1aae0 is described below

commit dd1aae01ecc1f13b5f12c6c84b26078d551635f1
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Dec 2 20:21:50 2020 -0800

    Update server-and-probe.html
---
 server-and-probe.html | 34 ++++++++++++++++++++++------------
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/server-and-probe.html b/server-and-probe.html
index 5add969..6bc0f3c 100644
--- a/server-and-probe.html
+++ b/server-and-probe.html
@@ -48,32 +48,42 @@ id: server_and_probe
             </p>
         </div>
         <p>
-            Fro the rest of this section we assume that NLPCraft was <a href="/download.html">downloaded</a> and
-            <a href="/installation.html">installed</a> via ZIP archive. However, all instructions below are fully
+            Fro the rest of this section we assume that NLPCraft was <a href="/download.html#zip">downloaded</a> and
+            <a href="/installation.html">installed</a> via binary ZIP archive. However, all instructions below are fully
             applicable to any type of installation.
         </p>
         <p>
-            Once NLPCraft is downloaded as a ZIP archive and unzipped, the current directory will look like this:
+            Once NLPCraft is downloaded as a binary ZIP archive and unzipped, the current directory will look like this:
         </p>
         <pre class="console">
 ├── LICENSE
+├── NOTICE
+├── DISCLAIMER
 ├── bin
 ├── sql
+├── nlpcraft
+├── nlpcraft-stanford
 ├── build
-│   └── apache-nlpcraft-incubating-{{site.latest_version}}
-│       ├── <b>nlpcraft.conf</b>
-│       ├── ignite.xml
-│       ├── log4j2.xml
-│       └── <b>apache-nlpcraft-incubating-{{site.latest_version}}-all-deps.jar</b>
+│    ├── <b>nlpcraft.conf</b>
+│    ├── ignite.xml
+│    ├── log4j2.xml
+│    └── <b>apache-nlpcraft-incubating-{{site.latest_version}}-all-deps.jar</b>
 ├── javadoc
-├── openapi
-└── src
+└── openapi
         </pre>
         <p>
-            Regardless of how NLPCraft was installed it comes with a single executable JAR file that includes all
-            necessary dependencies: <code>build/apache-nlpcraft-incubating-{{site.latest_version}}/<b>apache-nlpcraft-incubating-{{site.latest_version}}-all-deps.jar</b></code>.
+            NLPCraft comes with a single executable JAR file that includes all
+            necessary dependencies: <code>build/<b>apache-nlpcraft-incubating-{{site.latest_version}}-all-deps.jar</b></code>.
             This JAR file includes binaries for data probe, data model APIs and the REST server.
         </p>
+        <div class="bq info">
+            <b>Run <code>'mvn clean package'</code> For Source ZIP</b>
+            <p>
+                If you downloaded the source ZIP you need to run <code>mvn clean package</code> to
+                get the <code>apache-nlpcraft-incubating-{{site.latest_version}}-all-deps.jar</code>
+                file. It will be located in <code>nlpcraft/target</code> sub-folder.
+            </p>
+        </div>
     </section>
     <section id="server">
         <h2 class="section-title">REST Server</h2>