PDA

View Full Version : [ubuntu] [SOLVED] installing drupal cms !!!!!!!!!!



chinmaya_n
December 22nd, 2008, 07:05 PM
I am new to drupal. I dont know how to install it so i searched for a clear installtion procedure. But none of the sites i searched were fruitfull....:(

Its all a mess to install Mysql,php etc.. I know they are prerequisites to for installing drupal.None of the sites i found are clear to me...:confused:

Can anyone please tell me a link. How to install it. I would like to learn it as early as possible.....!!

namdung
December 22nd, 2008, 07:55 PM
I am new to drupal. I dont know how to install it so i searched for a clear installtion procedure. But none of the sites i searched were fruitfull....:(

Its all a mess to install Mysql,php etc.. I know they are prerequisites to for installing drupal.None of the sites i found are clear to me...:confused:

Can anyone please tell me a link. How to install it. I would like to learn it as early as possible.....!!

I guess you are having issues installing LAMP. In Synaptic Package Manager, search and install the following:
* apache2
* php5-mysql
* libapache2-mod-php5
* mysql-server

http://fosswire.com/2007/05/29/installing-and-configuring-lamp-on-ubuntu-part-1/

Test to see you php file is working properly. Copy the drupal folder or symbolic link to the /var/www/ folder.

In a web browser type http://localhost/drupal (assuming drupal is the folder copied to www folder). Follow instructions to install drupal.

Good luck.