Activity Stream
48,167 MEMBERS
61198 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 10
  1.     
    #1
    Member
    Website's:
    oulee.com ouleehosting.com litespeedhosting.co.uk ddosprotectedhosting.co.uk radiohost.co.uk windowshosting.im

    Default What do I need on my VPS?

    What do I need to install on my VPS to run a site on it?
    ceekeigh Reviewed by ceekeigh on . What do I need on my VPS? What do I need to install on my VPS to run a site on it? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    HostMyWarez.com
    you need some kind of control panel. cpanel or webmin are my suggestions. Thats if you have linux running on your vps. If you have windows then you need a wamp server.

  4.     
    #3
    Banned
    go for kloxo its free..or Cpanel if you want to pay..

  5.     
    #4
    Member
    Website's:
    oulee.com ouleehosting.com litespeedhosting.co.uk ddosprotectedhosting.co.uk radiohost.co.uk windowshosting.im
    Aside from those, I mean what other things do I need to install like PHP, etc.

  6.     
    #5
    Banned
    Website's:
    HostMyWarez.com
    Is it linux or windows?

  7.     
    #6
    It begins...
    If you install Kloxo, everything gets installed along with it (PHP, MySQL, PMA, etc etc)
    If you're going for Webmin (another free panel) you'll need to do some manual installations.

  8.     
    #7
    Member
    Just find a tutorial on how to install LAMP.

    I suggest you install Webmin and then install LAMP manually.

    Great together

    regards,
    Ryan
    vpsBox - SolusVM Templates (w/cPanel) // PHP Scripts // BASH Scripts // Tutorials
    MyRSK - Budget (managed) VPS's with a touch of personal support!

  9.     
    #8
    Member
    Website's:
    ttrtt.com
    This is should be working For Linux CentOS
    Code: 
    yum install mysql mysql-server
    chkconfig --levels 235 mysqld on
    /etc/init.d/mysqld start
    mysqladmin -u root password gr8tech2o4=8i2=4 
    mysqladmin -h hostname.yourdomain.com -u root password yourpassword ==> be careful about changing 
    -------------------------------------------------------------------------------------------------------------------
         yum install httpd
    chkconfig --levels 235 httpd on
    /etc/init.d/httpd start
    -------------------------------------------------------------------------------------------------------------------
    yum install php
    yum install php-mysql
        /etc/init.d/httpd restart
    That what i'v done to install my VPS and don't forget chown /srv/www/html/ to apache:apache so your uploaded files will work correctly

  10.     
    #9
    Member
    Website's:
    oulee.com ouleehosting.com litespeedhosting.co.uk ddosprotectedhosting.co.uk radiohost.co.uk windowshosting.im
    What if I'll be using cPanel? How can I install the needed components?

  11.     
    #10
    Member
    cPanel install anything you need to run a site.

    Install on fresh Centos:
    cd /home
    yum -y install wget perl screen
    screen -S cpanel_install
    wget http://layer1.cpanel.net/latest
    sh latest

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

BE SOCIAL