Skip to content

Commit

Permalink
add sentence about unzipping oss. add section for headless installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 6, 2015
1 parent efa2592 commit 3f95c22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions symmetric-assemble/src/asciidoc/installation.ad
Expand Up @@ -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
Expand Down Expand Up @@ -183,6 +186,13 @@ continue the installation and configuration of SymmetricDS, ensure the Server is
--

Refer to the <<Setup>> 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-<version>-setup.jar -console`

endif::pro[]


Expand Down

0 comments on commit 3f95c22

Please sign in to comment.