Nzbirc/guide

From tiberious.org

Main_Page > NZBirc > Guide

Contents

Guide Contents

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

1. Downloading

From Debian Package

Using repository

  1. Goto https://launchpad.net/~nzbirc/+archive/ppa
  2. Select your release of choice (for debian users, select any)
  3. Copy the sources.list entries
  4. Open your sources.list file (/etc/apt/sources.list)
  5. Paste the entries from the website
  6. add the public key with: apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EF46FB74
  7. run: apt-get update
  8. run: apt-get install nzbirc

This will install all the required pre-requesites, and will keep the software up-to-date

Using .deb file

  1. goto https://launchpad.net/~nzbirc/+archive/ppa or https://launchpad.net/nzbirc/+download
  2. download the latest .deb file
  3. ensure you have all the dependencies installed
php5-cli, php-pear, php-http-request, php-xml-serializer, php5-xmlrpc
  1. run: dpkg -i nzbirc_[version].deb


From Source

Download the latest version from:

  1. Extract the files
tar zxvf nzbirc-[version].tar.gz
  1. Overwrite any existing file if neccessary


Next section: 2. Installation