ISPConfig 3.0.2 RC 1 released

Discussion in 'Developers' Forum' started by till, Mar 4, 2010.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the release candidate of the upcoming ISPConfig 3.0.2.

    The latest installation instructions for new setup options like Dovecot and BIND support can be found in the docs folder of the ISPConfig-3.0.2-rc1.tar.gz file.

    Please report bugs here:

    http://bugtracker.ispconfig.org

    Beta and RC versions are meant for testing and bugfixing. Please wait for the final version to update your production systems.

    Changelog and new features
    ------------------------------------

    http://bugtracker.ispconfig.org/index.php?do=index&tasks=&project=3&due=21&status[]=


    IMPORTANT: Backup your installation before updating
    ---------------------------------------------------

    http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-update-ispconfig-3/


    New Installation
    ------------------------------------

    Execute the following commands as root user on the shell:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2-rc1.tar.gz
    tar xvfz ISPConfig-3.0.2-rc1.tar.gz
    cd ispconfig3_install/install/
    php -q install.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.2-rc1.tar.gz

    Update of an existing ISPConfig installation Installation
    ------------------------------------

    Execute the following commands as root user on the shell:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.0.2-rc1.tar.gz
    tar xvfz ISPConfig-3.0.2-rc1.tar.gz
    cd ispconfig3_install/install/
    php -q update.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.2-rc1.tar.gz
     

Share This Page