Product SiteDocumentation Site

2.2. Backend Installation

This section will guide you through installing the WebMapReduce backend, known as WMRServer.

2.2.1. Download and Unpack

Download the WMRServer distribution from the SourceForge website and unpack it to an appropriate directory (e.g., /opt). You should see a subdirectory named wmrserver-<version> For the rest of this guide, we will refer to this directory as $WMR_HOME. Replace this variable with the appropriate path whenever you see it these instructions.
$ tar -xzf wmrserver-*.tar.gz -C /opt
$ cd /opt
$ ls
wmrserver-version/
In this example, $WMR_HOME would be /opt/wmrserver-0.1.
Example 2.1. Example Installation