# Installation

#### Requirements

Module requires installing following perl modules:

- Time::Crontab

To install above modules below steps need to be made:

```shell
root> perl -MCPAN -e shell
root> install Time::Crontab
```

#### Package installation

The following instruction explains how to install the package using one of the provided methods.

##### 1. Admin Interface

Log in to your system as user with admin privileges and go to menu Admin ⇨ Package Manager. Select module file (with .opm extension) in the "Actions" panel and click "Install Package" button.

##### 2. Command line

Log in to the server (via SSH, putty etc.) as "otrs" user and use the following command:

```shell
/opt/otrs/bin/otrs.Console.pl Admin::Package::Install /path/to/package/RecurringTask-1.1.4.opm
```