PMOD Software Extraction

<< Click to Display Table of Contents >>

Navigation:  PMOD Installation and Maintenance > Linux Installation >

PMOD Software Extraction

The following software extraction procedure must be performed for standalone PMOD installations, for PMOD servers, and also for all PMOD network clients.

Please begin by inserting the PMOD installation flash memory stick. Then start the installer by executing RunSetup in the Setup/Linux directory on the memory stick by double-clicking, depending on your operating system.

The following installation screen appears

clip0136

Please use Next to proceed and accept the license agreement in the appearing dialog window. After activating Next the window for configuring the installation appears.

clip0137

Please perform the following configurations:

Installation Path

Use the Browse button to select the parent directory for the installation. There, the installer will create a new directory Pmod4.2 for the program files and the data. Please make sure that 4.3GB of free space is available for the full package.

Packages

It is highly recommended to install the four packages, the Pmod Software, the Protection Key Driver Software, the Documentation, and the Database with Examples. The Database with Examples requires about 970MB and will show up as database called Pmod. This database will allow getting acquainted with the programs because it contains examples for the different types of data analysis. Note, however, that it is recommended establishing an new database externally to PMOD for productive data processing. The PNEURO Parcellation resources, should only be enabled, if the PNEURO tool has been licensed, as the required space is 350MB.

Properties of Operating System and RAM

The operating system of your target computer needs to be 64-Bit. Size of RAM can be set to any size. However, if the specified size exceeds the physical RAM, the system will start swapping after RAM space is exhausted and will become very slow. Therefore it is recommended setting Size of RAM < physical RAM.

Installation of the PMOD Environment

The installation is started by the Install button. The Pmod4.2 directory is created wherein all PMOD-related files are extracted. If the installing user has no write permission in the parent directory, a dialog window appears which reports an installation problem. In this case please change the writing permissions of the installation as root user, or try the installation again using a different installation directory.

At the end of the installation a dialog window is shown. It indicates the command script for starting Pmod4.2. If this is the first PMOD installation, Close the window.

If a prior PMOD version has been used already, it is recommended importing its working environment. To this end, activate Copy Configuration ... and select the properties folder of your prior PMOD installation with the Browse button as illustrated below. Then activate Copy to import the setting, and Close the window.

clip0135

Installation without User Interface

There is a silent installation which doesn't bring up an interactive user interface. It can be started by opening a command window and typing the following commands in. It is assumed that /media/<user_name>/PMOD/ is the mount point of the installation DVD and /home/user_name the directory within which PMOD is installed. For permission reasons the installation should be performed with administrator rights.

#!/bin/sh
cd /media/<user_name>/PMOD/pmod
../java/Linux/jre/bin/java -jar setup.jar -silent /home/user_name

The installation will use default settings, and edition of the starting script will be needed to adjust the RAM allocation.

Note: Although no graphical user interface is shown, a graphical subsystem (X11) must still be supported as a graphic context is created.