ISPConfig 3.0.2.1 ready for testing

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

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    I've build the tar.gz for the upcoming ISPConfig 3.0.1.2 release. This is a bugfix release. See here for a list of changes:

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

    Please test it and report if you get any problems. I installed it already on my debian multiserver system without problems.

    http://www.ispconfig.org/downloads/ISPConfig-3.0.2.1.tar.gz

    It is planned to release it on monday or tuesday if no major problems were found.

    Theis update does not contain any changes in the system configuration, so if you update from 3.0.2 to 3.0.2.1, it is safe to select "no" when the updater asks you to reconfigure services or to update the crontab.

    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.1.tar.gz
    tar xvfz ISPConfig-3.0.2.1.tar.gz
    cd ispconfig3_install/install/
    php -q install.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.2.1.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.1.tar.gz
    tar xvfz ISPConfig-3.0.2.1.tar.gz
    cd ispconfig3_install/install/
    php -q update.php
    cd /tmp/
    rm -rf ispconfig3_install
    rm -f ISPConfig-3.0.2.1.tar.gz
     
  2. rockstar9840

    rockstar9840 New Member

    Thanks for link of the list of changes. It is very helpful.

    I also downloaded ISPConfig 3.0.1.2 and installed it without any problem.

    Do you have any idea about ispconfig 3.0.3? I want to know about it?
     
  3. itanium

    itanium Member

Share This Page