Nzbirc/guide/installation

From tiberious.org

Main_Page > NZBirc > Guide

Contents

Guide Contents

  1. Downloading
  2. Installation
  3. Configuration
  4. Running
  5. Using

2. Installation

If you installed nzbirc via the apt repository you do not need to do anything here, everything will had of been done for you.

using APT

If you are using a debian based system, or a system with apt installed the following command will install all the neccessary requirements:

apt-get install php5-cli, php-pear, php-http-request, php-xml-serializer, php5-xmlrpc

to install the optional hellanzb package type the following:

apt-get install hellanzb

NB: sometimes xml_rpc might not get installed, if not type the following:

pear update-channels
pear install xml_rpc

Manually

If instructions are not given here, go to the products website and use their installation instructions

Prerequesites:

php-cli >=4 - http://www.php.net

[if php 4] php4-xml

PEAR - http://pear.php.net

To install the pear packages use the command:

pear install --alldeps http_request xml_serializer-beta

Recommended:

hellanzb - http://www.hellanzb.com

pear install --alldeps xml_rpc

Optional:

PECL Runkit - http://pecl.php.net/package/runkit

pecl install runkit


Next section: 3. Configuration