How to Install Joomla Web Site

How to Install Joomla Web Site

1 Introduction

Joomla is a free and open-source content management system (CMS) for publishing web content. It is built on a model–view–controller web application framework that can be used independently of the CMS.
Joomla is written in PHP, uses object-oriented programming (OOP) techniques (since version 1.5[2]) and software design patterns, stores data in a MySQL, MS SQL (since version 2.5), or PostgreSQL (since version 3.0) database, and includes features such as page caching, RSS feeds, printable versions of pages, news flashes, blogs, search, and support for language internationalization.
As of February 2014,Joomla has been downloaded over 50 million times. Over 7,700 free and commercial extensions are available from the official Joomla! Extension Directory, and more are available from other sources. It is estimated to be the second most used content management system on the Internet, after WordPress.

2 Download or copy installation file from terminal server

Download product from  http://www.joomla.org/download.html
Now we are installing a new Joomla site with WebsitePanel as an example.

3 Add domain & create web site

4 Copy the install files to host.

Copy the install files and paste to the path “C:\HostingSpaces\admin\jooXXX.com\wwwroot”

5 Create MySQL database & user

 

6 Modify the host file

If the domain name is not resolving to IP, we need to update  “host” file at  “C:\Windows\System32\drivers\etc” . 

7 Update php.ini file

Update the file “php.ini” set register_globals = on to  register_globals = off

8 Change web site settings

Enable write permissions, dedicated application pool, set the first Default Documents as index.php. set asp.net to 4.0(Integrated Pipeline)

9 Install the Joomla web site.

access http://www.jooXXX89.com/ ,You will be redirected to the Joomla installation page. Then start to install Joomla application

10 Delete the installation folder

11Done

Add Feedback