1.1.0-rc1

  • Where can i download 1.1.0-rc1? On the Forum-Announcements ist still the beta2.


    Hello


    Just do on the target system (as root) :


    Code
    1. # cd /usr/local/src# aptitude update && aptitude install git-core# git clone git://github.com/i-MSCP/imscp.git


    And then, to run the i-MSCP auto-installer:


    Code
    1. # cd imscp
    2. # perl imscp-autoinstall --debug


    Note: The 1.1.0-rc1 version is not released yet and so, you have to clone our git repository as show above. ;)


    Thanks for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • i like the new install interface with 1.1.0-rc1:)


    A lot of changes... Try imscp-autoinstall -? To see all command line options ;)


    Thanks for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I get the following error, OS is Ubuntu 12.04:

    Code
    1. [ ERRORS ]
    2. iMSCP::Debug::END: Exit code is 1!
    3. [ FATAL ERRORS ]
    4. iMSCP::Debug::__ANON__: Undefined subroutine &autoinstaller::Adapter::Ubuntu::debug called at /usr/local/src/imscp/autoinstaller/Adapter/Ubuntu.pm line 58.

  • I get the following error, OS is Ubuntu 12.04:

    Code
    1. [ ERRORS ]
    2. iMSCP::Debug::END: Exit code is 1!
    3. [ FATAL ERRORS ]
    4. iMSCP::Debug::__ANON__: Undefined subroutine &autoinstaller::Adapter::Ubuntu::debug called at /usr/local/src/imscp/autoinstaller/Adapter/Ubuntu.pm line 58.


    Well, I'll fix now. I'm back in 10 minutes.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Otzelott


    Fixed: http://trac.i-mscp.net/changes…9a834efae2f581eef67c746df


    You must now update your clone by doing:


    Code
    1. # cd /usr/local/src/imscp
    2. # git pull


    And then, you can rerun the installer.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().