About Drupal

Thread Solved

Join Date: Apr 2008
Posts: 510
Reputation: veledrom is an unknown quantity at this point 
Solved Threads: 0
veledrom veledrom is offline Offline
Posting Pro

About Drupal

 
0
  #1
Dec 13th, 2008
Hi,
I have downloaded Drupal but i have some questions.

1. I have read the installation but didn't get it. I need help to install it. I run WIN XP with WAMP server.
2. Can i use it in my local compuer with WAMP for test purposes. I just need to know a bit.

Thanks
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 94
Reputation: sikka_varun is an unknown quantity at this point 
Solved Threads: 11
sikka_varun's Avatar
sikka_varun sikka_varun is offline Offline
Junior Poster in Training

Re: About Drupal

 
0
  #2
Dec 14th, 2008
Hi...
Its pretty simple... You should have read install.php carefully..
Anyways..
1) In the drupal folder, there is a site folder and in there you have a default folder..
Just rename the drupal/sites/default/default.settings.php file to -> /drupal/sites/default/settings.php

2) Edit the above settings.php file and edit the database url variable $db_url in it..
For mysql, in wamp your hostname is localhost, username is root and password i suppose is empty..
So the above string value will be:
$db_url = 'mysql://rootlocalhost/drupal';
where drupal is the database name..

3) now open http://localhost/phpmyadmin and create a database named drupal

4) Now just run the installation script:
http://localhost/<drupal folder name>/install.php

5) Just follow the screen instructions..


And yes ofcourse, we can use wamp for test purposes for drupal..
no issues..
all the best with drupal..
VâRûN
---Happy to Help---
sikka_varun@yahoo.com
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 94
Reputation: sikka_varun is an unknown quantity at this point 
Solved Threads: 11
sikka_varun's Avatar
sikka_varun sikka_varun is offline Offline
Junior Poster in Training

Re: About Drupal

 
0
  #3
Dec 14th, 2008
Hi..
i think the above $db_url had a smiley in between....
this was due to some smiley shortcut...
the db_url will be ...
$db_url = 'mysql://root<colon>localhost/drupal';
Last edited by peter_budo; Dec 15th, 2008 at 4:01 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
VâRûN
---Happy to Help---
sikka_varun@yahoo.com
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 94
Reputation: sikka_varun is an unknown quantity at this point 
Solved Threads: 11
sikka_varun's Avatar
sikka_varun sikka_varun is offline Offline
Junior Poster in Training

Re: About Drupal

 
0
  #4
Dec 14th, 2008
Oops.. im extremely sorry the url will be
$db_url = 'mysql://root<colon><at the rate symbol>localhost/drupal';
Last edited by peter_budo; Dec 15th, 2008 at 4:01 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
VâRûN
---Happy to Help---
sikka_varun@yahoo.com
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 510
Reputation: veledrom is an unknown quantity at this point 
Solved Threads: 0
veledrom veledrom is offline Offline
Posting Pro

Re: About Drupal

 
0
  #5
Dec 14th, 2008
Hi guys,

I have installed it successfully with a problem but i think it shouldn't be a problem because: i use it in my desktop only. Am i right?

Thanks

warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\ssl\drupal-6.8\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site admin, if the problem persists.
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 94
Reputation: sikka_varun is an unknown quantity at this point 
Solved Threads: 11
sikka_varun's Avatar
sikka_varun sikka_varun is offline Offline
Junior Poster in Training

Re: About Drupal

 
0
  #6
Dec 14th, 2008
Hi...
yes its absolutely fine...
This problem is because your system is not configured as smtp (the email sending port)... so php is not able to send mail... thats y this error occurred... otherwise its absolutely fine...
all the best with your drupal...
VâRûN
---Happy to Help---
sikka_varun@yahoo.com
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 510
Reputation: veledrom is an unknown quantity at this point 
Solved Threads: 0
veledrom veledrom is offline Offline
Posting Pro

Re: About Drupal

 
0
  #7
Dec 14th, 2008
What do we use drupal for? Do we create web pages or something else? When i do changes, it only changes the current preview of my account. Is there any way how to create a web page example? Simple one to learn. I heart that if a person is not good in designing, the drupal can be used to create a webpage. Is it right?
Thanks guys
Last edited by veledrom; Dec 14th, 2008 at 8:40 pm. Reason: .
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 94
Reputation: sikka_varun is an unknown quantity at this point 
Solved Threads: 11
sikka_varun's Avatar
sikka_varun sikka_varun is offline Offline
Junior Poster in Training

Re: About Drupal

 
0
  #8
Dec 15th, 2008
Hi...
Yes you can.... preferably check its documentation for all its features.... But otherwise... on a quick note..
-> go to create content -> and create pages
-> in the administer section -> use site building to build your site and content management to attach to the pages created above...
VâRûN
---Happy to Help---
sikka_varun@yahoo.com
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 841 | Replies: 7
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC