LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-13-2012, 04:46 PM   #1
brian47374
LQ Newbie
 
Registered: Apr 2012
Posts: 1

Rep: Reputation: Disabled
Installing XAMPP...


Hello All,

I am new to the Linux platform and I have a question. I am trying to install XAMPP so that I can run Joomla.
I have root access for CENTOS but I don’t know how to get to a command line to download and install XAMPP per the following documentation.

http://www.apachefriends.org/en/xampp-linux.html#377
Currently I am running WHM 11.32.4 (build 14) CENTOS 5.8 x86_64 virtuozzo on vps

PHP version 5.4.8

I have tried going into Easy Apache and did not see any way to do this.

Is there another way through the GUI of cPanel or WHM to install XAMPP? If not, how do I get to the command line to execute the commands per the documentation? This is a VPS and I there is no technical support with this package.

I need detailed instructions please of getting to a command line.

Thanks in advance!

Brian
 
Old 12-13-2012, 07:22 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Since you are using WHM, I gather your CentOS is provided by a webhosting company. This is not really a question about CentOS, it's a question about WHM.

I suggest you direct your question to your webhosting provider, as individual providers typically customize their interfaces.
 
Old 12-14-2012, 07:39 AM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Please don't.

Quote:
Originally Posted by brian47374 View Post
I am new to the Linux platform (..) I have root access for CENTOS but I don’t know how to (..)
You may have read the phrase "(..) have just enough knowledge to be dangerous". That is the situation you find yourself in now.
I. Linux is not Windows. You will have to learn to do things "the Linux way".
II. To run Linux well you should first know the basics. If you can not install Linux next to your existing OS then consider using virtualization (QEmu, VirtualBox, VMware or whatever else) and your distributions documentation (see links below).
III. To run a web server securely you must gain an understanding of Linux basics, server administration, VPS basics and the applications you will be working with (like the Joomla documentation). To run a Linux web server without all of that is asking for trouble. And unlike what friends, your VPS reseller or IRC would like you to believe a web-based management panel is no substitute for theoretical knowledge about and practical experience with running Linux.


Quote:
Originally Posted by brian47374 View Post
I am trying to install XAMPP so that I can run Joomla.
XAMPP is not for production use!
Joomla does not need XAMPP.
Joomla needs a web server (commonly: Apache), a specific interpreter (PHP) and a database server (MySQL):
Code:
# Log in over SSH into your own account:
ssh brian47374@vps
# Don't use root but use Sudo to manage aspects of your VPS:
sudo yum -y install httpd mysql php
# Deny anyone defacing, abusing or taking over services until you figured out what you should do:
sudo /sbin/service stop httpd 
sudo /sbin/service stop mysql
sudo /sbin/iptables -I INPUT 3 -m state --state NEW -m tcp -p tcp -m multiport --dports 80,3306 -j DROP


Basic documentation
Rute Tutorial & Exposition
Bash Beginners Guide
Linux Command Guide
Linux Newbie Admin Guide
Utimate Linux Newbie Guide
Linux Home Networking
Enterprise Linux Deployment Guide (Centos)
Linux Newbie Administrator Guide
The Linux System Administrator's Guide
Centos Wiki (OS protection)
Linux Documentation Project
LinuxSelfHelp
 
Old 12-14-2012, 07:41 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by frankbell View Post
This is not really a question about CentOS, it's a question about WHM.
I disagree: at the core it's a question about having basic Linux knowledge or not. Denying that is denying we have the responsibility to educate others properly.

Last edited by unSpawn; 12-14-2012 at 07:47 AM. Reason: //Better
 
Old 12-14-2012, 08:43 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
I disagree: at the core it's a question about having basic Linux knowledge or not. Denying that is denying we have the responsibility to educate others properly.
(Edited)

Maybe I should have suggested that he ask his hosting company if they could provide him ssh access. I suspect that will be the solution, but I was too timid to go there.

Last edited by frankbell; 12-14-2012 at 08:51 PM.
 
Old 12-14-2012, 09:07 PM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by frankbell View Post
I suspect that will be the solution
IMHO the "solution" would be anything that points away from a recipe for disaster.
 
Old 12-15-2012, 12:05 AM   #7
decenter
Member
 
Registered: Sep 2011
Distribution: Fedora release 21 (Twenty One)
Posts: 156

Rep: Reputation: 19
Quote:
Currently I am running WHM 11.32.4 (build 14) CENTOS 5.8 x86_64 virtuozzo on vps
This says enough. You already have a web server. Just go to your cPanel file manager and install Joomla in it and run it. No XAMPP required. Infact, it is not recommended to install XAMPP for a server already running WHM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I have got an problem after installing XAMPP in phpmyadmin daksh21ubuntu Linux - Newbie 2 09-05-2012 10:10 AM
XAMPP 1.7.7 - XAMPP: Couldn't start MySQL sonic656 Linux - Software 2 10-09-2011 12:43 PM
installing Xampp on Linux Mint 7 kukutatu Linux - Newbie 1 06-05-2010 03:37 AM
Help in installing xampp nilambar Linux - Newbie 1 09-22-2009 07:05 PM
Problems installing Xampp for fedora $Linuxnoob Fedora 2 03-28-2006 09:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration