From 3f95c2205ae248d71b3dd4ef36cd493399289717 Mon Sep 17 00:00:00 2001 From: chenson42 Date: Tue, 6 Jan 2015 15:11:40 +0000 Subject: [PATCH] add sentence about unzipping oss. add section for headless installation. --- symmetric-assemble/src/asciidoc/installation.ad | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/symmetric-assemble/src/asciidoc/installation.ad b/symmetric-assemble/src/asciidoc/installation.ad index 666cb9a30c..8105fb9f17 100644 --- a/symmetric-assemble/src/asciidoc/installation.ad +++ b/symmetric-assemble/src/asciidoc/installation.ad @@ -18,6 +18,9 @@ written that calls exposed SymmetricDS functions to synchronize data. === Standalone Installation ifndef::pro[] +The SymmetricDS stand alone zip file can be downloaded from https://sourceforge.net/projects/symmetricds/files[Sourceforge]. +It is installed by unzipping to the desired installation location. + The `sym` command line utility starts a standalone web server with SymmetricDS pre-deployed. The standalone server uses an embedded instance of the Jetty application server to handle web requests. The web server can be configured @@ -183,6 +186,13 @@ continue the installation and configuration of SymmetricDS, ensure the Server is -- Refer to the <> section of this guide to continue setup and configuration of SymmetricDS after the install is complete. + +=== Headless Install + +SymmetricDS can be installed from a command prompt without the user interface by passing a `-console` parameter to the installer. + +`java -jar symmetric-pro--setup.jar -console` + endif::pro[]