หน้าเว็บ

About me

Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.

วันจันทร์ที่ 12 กรกฎาคม พ.ศ. 2553

CMS : Joomla under Ubuntu

Joomla is one of the most powerful open source CMS. CMS, content management system, is a system allows user to easily manage their article by well-organized structure. Moreover, CMS itself often show you the way to customize CMS to fabulous website. For all of that, you may see from the Internet by googling it.

Alright, I now show you the way to install Joomla under Ubuntu OS

INSTALL
1. make sure that all basic web server software are well installed
2. download package from its official website www.joomla.org [I really recommend for newbie to start on stable version only, otherwise goahead on beta version by simple SVN, check it out !!!]

3. unpackage it

tar xvfz Joomla_x.x.x-Stable-.....tar.gz -C /var/www//

4. create empty file "configuration.php" in order to CMS installer could create configuration information for us

nano configuration.php

5. privilege it for all

chmod 777 configuration.php

6. restart apache once again

/etc/init.d/apache2 restart

7. type "http://localhost//", you will see what installer will do for you step by step