Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Running Joomla on CentOS

centos running joomla

  • Please log in to reply
 

#1 DesGuru

DesGuru

    Senior Member

  • Designer
  • 220 posts

Posted 04 April 2013 - 07:17 PM

You will need CentOS 5.2 or later, PHP 5.2 or later and MySQL 5.1 or later
1. In your Centos command line type in this line "yum -y install mysql mysql-server mysql-devel httpd php php-mysql." to install the required packages
2.Create MySQL database for a new Joomla install. To do this type the code: "mysql -u root -p." and press "Enter" and then type in "create database joomla."
3.Set up your database password and the database permissions using this code "GRANT ALL ON joomla_db.* TO admin@localhost IDENTIFIED BY 'yourpassword' \g."
4.put the Joomla install zip file in the directory /var/www/html/ and then enter the this code "unzip filename.zip."
5.Restart your Web server by typing this code"service httpd restart."
6.Now, you can complete the normal Joomla installation steps pointing the browser to "http://localhost" and following the normal instructions.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users