im new and im lost.... need pointers.. thanks

  • hi im new and already coming blazing guns lol


    it would be nice to know what versions of linux systems this hosting panel works with for example im on a vps ubuntu 11.10 64bit


    it would be good too, in general to update your documents area. as a newbie i came expecting a certain level of standard.


    whats the point having a link refering you to documents
    http://wiki.i-mscp.net/doku.php?id=start .


    ok now that we are on the docs page i clicked the very first link
    "System Requierements" which brings me to another pager telling the docs is not here.


    i went to installation then i learnt it does cover all ubuntu but
    "i-MSCP requires PHP version >= 5.3.2, and Perl version >= 5.10.1"
    what does that mean to a newbie
    should i recompile the official unbuntu 11.10
    should i install lamp with php 5.3.2 and install perl
    do ubuntu 11.10 hahave them already or not?
    anyway you got the point


    my question now is
    i have a clean vps running only ubuntu
    do i need to ready the system then lastly install your product or will your product install all the web services needed?


    apart from that the images and what you have created and doing is really respected and apreciated. i hope i can be a happy user and part of the community



    thank you

  • hi,
    i pers. would recommend you to run this script:
    name it for ex.: i-mscp-install-upgrade.sh place it for ex. in: /root

    Shell-Script
    1. #!/bin/sh## i-MSCP automatic Update process Debian# Version: 0.0.9# License: GPLv2# Author : gOOvER# Author : i-MSCP Team# Credits: i-mscp development Team#==== Installing/Updating distro packages ====aptitude update && aptitude safe-upgradeaptitude install -y git lsb-release#echo "#### Copy imscp to imscp-last-working ####"#cp -R /usr/local/src/imscp /usr/local/src/imscp-last-working#==== Downloading current git/master branch state ====echo "#### CLONING i-MSCP git/master branch ####"mkdir -p /usr/local/src/imscpif [ ! -d /usr/local/src/imscp/.git ];thengit clone git://github.com/i-MSCP/imscp.git /usr/local/src/imscpelsecd /usr/local/src/imscpgit pullfi#==== Start i-MSCP installer ====perl /usr/local/src/imscp/imscp-autoinstall


    set chmod to 0744
    run with:

    Code
    1. ./i-mscp-install-upgrade.sh


    just follow the install steps and make your choices.


    everything wich is needed will be installed from i-mscp install script.


    depending on wich kind of vps you have you may have some restrictions as may no iptables and/or may no statistics inside the i-mscp.

  • ok
    ill give it a try.


    and thanks for the reply


    Thanks




    [hr]
    thanks
    [hr]
    it sure looks like im not meant to run this panel
    i have copied the script to the /root in the server
    and ried to run it


    i got an error
    /bin/sh.: bad interpreter: No such file or directory


    i googled it and tried all that there is to and still it comes with that error
    i have done update and even installed aptitude as one error was moaning about lines 10 and 11 in the script.
    i done the : set fileformat=unix and : set ff=unix still no luck.


    pure headache


    thanks :)
    [hr]
    ok ... this is what ill do ... since its not my frigging day today lol
    im going to run each line in the script. manually


    we will see what happens now


    thanks
    [hr]
    ok finaly i got this baby installing lol
    ill be back in a day or so with more bla bla, bla bla


    thanks :)

    Edited once, last by testlabs ().