Nzbirc/guide/installation
From tiberious.org
Contents |
[edit]
Guide Contents
- Downloading
- Installation
- Configuration
- Running
- Using
[edit]
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.
[edit]
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
[edit]
Manually
If instructions are not given here, go to the products website and use their installation instructions
[edit]
Prerequesites:
php-cli >=4 - http://www.php.net
[if php 4] php4-xml
PEAR - http://pear.php.net
- HTTP/Request - http://pear.php.net/package/http_request
- XML/Serializer >=0.18 - http://pear.php.net/package/XML_Serializer
To install the pear packages use the command:
pear install --alldeps http_request xml_serializer-beta
[edit]
Recommended:
hellanzb - http://www.hellanzb.com
- PEAR: XML/XML_RPC - http://pear.php.net/package/xml_rpc
pear install --alldeps xml_rpc
[edit]
Optional:
PECL Runkit - http://pecl.php.net/package/runkit
pecl install runkit
Next section: 3. Configuration
