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 ff3f991 Update getting-started.html
ff3f991 is described below
commit ff3f991c1e2aab9f7c02d9398ac502dffc4ff91d
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Oct 30 20:20:30 2020 -0700
Update getting-started.html
---
getting-started.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/getting-started.html b/getting-started.html
index 70681ab..6fc966e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -59,12 +59,12 @@ id: getting_started
$ cd build
$ java -jar
apache-nlpcraft-{{site.latest_version}}-all-deps.jar -server
</pre>
- <p>
- Alternatively, you can can also start it via Docker:
- </p>
- <pre class="brush: plain">
- $ docker run -m 8G -p 8081:8081 -p 8201:8201 -p 8202:8202
nlpcraftserver/server:{{site.latest_version}}
- </pre>
+<!-- <p>-->
+<!-- Alternatively, you can can also start it via Docker:-->
+<!-- </p>-->
+<!-- <pre class="brush: plain">-->
+<!-- $ docker run -m 8G -p 8081:8081 -p 8201:8201 -p
8202:8202 nlpcraftserver/server:{{site.latest_version}}-->
+<!-- </pre>-->
<p>
REST server starts with default configuration
(<code>nlpcraft.conf</code> and
<code>ignite.xml</code> files located in the same folder
as <code>apache-nlpcraft-{{site.latest_version}}-all-deps.jar</code>