There are many resources out there on how to install Drupal, so I am going to go over this in brief in this post.
If your webhost provides you with control panel that has a script installer, check if Drupal is listed. An example of a script installer is Fantastico, which comes with cPanel. Using a script installer makes the process pretty painless. Make sure though that you have the latest version of any scripts you may install using a script installer such as Fantastico. Otherwise, you may want to visit the homepage and download the updates.
In our case, we want to install Drupal 5.7. Even though there’s a new version out (6.0), as of this posting a lot of the modules have not yet been updated to work with 6.0. So we’ll go with 5.7.
If you don’t have a script installer like Fantastico, or you just want to do the install manually, the process is a little lengthier but not too complicated. There are install directions at Drupal webisite, but I’ll break them down here for you:
1. Create a database and user, and assign the user to that database. Make note of the database name and username and password as you’ll need them.
2. Extract the drupal archive that you downloaded into a folder on your hard drive.
3. Using your ftp program, upload the files in this folder into your domain folder where you wish to install Drupal.
4. In your browser, type the name of your website where your drupal folder is sitting, and you will be prompted to enter your database information:
5. Enter the database configuration information from step 1, and then click on “Save Configuration.” If all is well, you will see this screen.
6. After this you will need to create a user account for yourself. This very first account that you create is designated by Drupal as the admin account and is a superuser account.
Your website is now installed and you’re ready to set it up, which we will cover in the next tutorial.
You can find more detailed installation instructions at the Drupal website (http://drupal.org/getting-started/5/install). If you have any problems doing this install you can post them here and we will discuss them, or you can also check the Drupal forums to see if there is a solution there.
In the next installment, we will walk through the process of setting up your new website.
After drupal is installed, one may wish to change drupal’s “outfit”, or so called drupal theme.
They can be found at http://drupal.org/project/Themes and most of them can be seen live, in action at unofficial demo at http://themegarden.org
Thanks for your comment. This is true, and I will be talking about themes in one of the coming portions of the tutorials. There are several things that need to be put into consideration first, and I will cover how to choose a theme and the factors you need to consider before choosing a theme, as well as where to find themes.
U told its for Newbies. i think i am really . i could not understand how to start following step1.
i really don’t know how to create new database and user. please modify instruction or “Newbies” to “Newbies for drupal”
thank you and help me if you can
Anurag
What setup are you using? Are you creating your website on a local development server (e.g. your computer) or are you using a shared hosting server online? If you’re planning to just set it up on your computer, you will need to install something like Wampserver (for windows) or Mamp (for Mac OS X). Let me know what your development environment is and I will guide you how to create the database and the user.
mary
I found that Drupal would not find the database without having the php_mysql module installed.
Apparently (http://drupal.org/getting-started/5/install) has changed to (http://drupal.org/node/251019) as seen on 29 August, 2010 !
AR
Cheers, will update this link!
mary
after run drupal in loclhost, i found
”
Deprecated: Function ereg() is deprecated in C:\xampp\htdocs\drupal-5.9\includes\file.inc on line 649
Notice: Trying to get property of non-object in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 325
Notice: Undefined variable: edit in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 763
Notice: Undefined variable: redirect in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 268
Notice: Undefined variable: base in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 465
Notice: Undefined index: #value in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 1045
Notice: Undefined index: #value in C:\xampp\htdocs\drupal-5.9\includes\form.inc on line 1045
Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\drupal-5.9\includes\file.inc:649) in C:\xampp\htdocs\drupal-5.9\includes\common.inc on line 141
Notice: Undefined variable: no_module_preprocess in C:\xampp\htdocs\drupal-5.9\includes\common.inc on line 1480
Notice: Undefined variable: no_theme_preprocess in C:\xampp\htdocs\drupal-5.9\includes\common.inc on line 1501
”
it have before using database configuration
why drupal like this?? can’t instal drupal
Not sure if you’ve found the answer to this yet, but you’re installing an old version of Drupal that won’t work well with newer versions of PHP. So you may need to either installer an older version of PHP or work with a newer version of Drupal. I recommend using Drupal 7 rather than 5. Is there any particular reason you’re trying to install Drupal 5?