Archived community.zenoss.org | full text search
Skip navigation
Currently Being Moderated

8.3 Upgrading the Debian Stack Installer

VERSION 1 
Created on: Sep 14, 2009 11:33 AM by Zenoss API - Last Modified:  Sep 14, 2009 11:33 AM by Zenoss API

#3. Upgrading the Debian Stack Installer

Use one of the following procedures to install an updated version of Zenoss from the Debian stack installer.

#Using apt (Command Line)

  1. Enter the following commands:

    apt-get update
    apt-get upgrade zenoss-stack

    Zenoss is installed in the /usr/local/zenoss directory.

  2. Start Zenoss with this command:

    # /etc/init.d/zenoss-stack start

#Using dpkg

  1. Browse to the following location and download the desired Zenoss version to your local file system:

    http://dev.zenoss.org/deb/dists/main/stable/binary-i386/

  2. Install the downloaded file:

    # dpkg -i FileName
  3. Zenoss is installed in the /usr/local/zenoss directory.

    Start Zenoss with this command:

    # /etc/init.d/zenoss-stack start
Comments (0)