Cubepanel

Discussion in 'Installation/Configuration' started by DaveP, Mar 20, 2008.

  1. DaveP

    DaveP New Member

    hey guys need some help again, so im trying to install something like ISPConfig right, and well i am doing it by CD, and im really confused cause im still new to hosting my own server from my house, now i need help, what is the command for something that it wants to be like this

    sh cubepanel_installer.shar

    now remember im doing this through CD so how do i get it from the CD to the platform, thx again

    oh heres the webpage if you wana know more like i did
    http://www.cubepanel.com/index.htm


    oh im using fedora 8
     
    Last edited: Mar 20, 2008
  2. zcworld

    zcworld New Member

    if you do the sh cubepanel_installer.shar
    it should be installed to OS



    but if u mean
    u got the file on the CD
    and how do i get access to the CD to install it
    than
    try this
    mount /dev/cd0a /mnt
    most times the cd0a is the right one
    for the CD drive

    than got
    cd /mnt
    sh cubepanel_installer.shar

    i think i got what ur saying
     
  3. DaveP

    DaveP New Member

    thank you for helping

    and i tried that but didnt work,
    /dev/cd0a/mnt
    said
    Bash: dev/cd0a/mnt : No such file or directory
     
  4. o.meyer

    o.meyer New Member Moderator

    Hi,

    you forgot a whitespace in the command

    Code:
    mount /dev/cd0a /mnt
    Best regards,

    Olli
     
  5. zcworld

    zcworld New Member

    its about 150 MB downloads you need to do as well
    for the packages that are needed for the cubepanel

    but
    one of the big down sites is
    that you need to setup hosting planes and than when u setup clients
    they still got to setup there planes and there own NS server


    and i found the admin panel of it a tab slow
    maybe it was im using an VM host to run it in
    but the client side of things where nice and fast

    good luck with it
     
  6. DaveP

    DaveP New Member

    alright still not working,
    is there a way to download this through everything or no?
    ive looked all over the site, for special commands to get it to download to that computer, and so far i have found nothing


    im just useing this as a test, i dont have near the the space i would need to make it into a host.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    If you know the URL of the package, you can download it as follows:
    Code:
    wget [I]URL[/I]
     
  8. DaveP

    DaveP New Member

    WO thank you so much that one did it, lol

    once agian thx
     

Share This Page