ISPConfig 3.0.1.5 beta released for testing

Discussion in 'Developers' Forum' started by till, Oct 6, 2009.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the beta version of the upcoming ISPConfig 3.0.1.5 release.
    This is a bugfix release

    Changelog
    ------------------------------------

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


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

    Execute the following commands as root user on the shell:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3.0.1.5-beta.tar.gz
    tar xvfz ISPConfig-3.0.1.5-beta.tar.gz
    cd ispconfig3_install/install/
    php -q install.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.1.5-beta.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.1.5-beta.tar.gz
    tar xvfz ISPConfig-3.0.1.5-beta.tar.gz
    cd ispconfig3_install/install/
    php -q update.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.1.5-beta.tar.gz
     

Share This Page