- Drupal - Announcements
- Drupal - Site Upgrade
- Drupal - Site Backup
- Drupal - Optimization
- Drupal - User Management
- Drupal - Comments
- Drupal - Taxonomies
- Drupal - Menu Management
- Drupal - Publish Content
- Drupal - Delete Content
- Drupal - Modify Content
- Drupal - Create Content
- Drupal - Create Pages
- Drupal - Create Articles
- Drupal - Create Blog
- Drupal - Static Pages
- Drupal - Front Page
- Drupal - Themes & Layouts
- Drupal - Blocks & Regions
- Drupal - Main Menu
- Drupal - Architecture
- Drupal - Installation
- Drupal - Overview
- Drupal - Home
Drupal Advanced
- Drupal - Site Security
- Drupal - Poll Module
- Drupal - Form Module
- Drupal - Contact Module
- Drupal - Aggregator Module
- Drupal - Book Module
- Drupal - Pane Module
- Drupal - Default Modules
- Drupal - Extensions
- Drupal - Internationalization
- Drupal - Social Networking
- Drupal - Triggers & Actions
- Drupal - Multilingual Content
- Drupal - Error Handling
- Drupal - Site Search
- Drupal - URL Alias
Drupal E-Commerce
- Drupal - Order History
- Drupal - Email Notifications
- Drupal - Invoice Generation
- Drupal - Setup Payments
- Drupal - Setup Shipping
- Drupal - Receive Donations
- Drupal - Setup Discounts
- Drupal - Setup Taxes
- Drupal - Create Categories
- Drupal - Create Products
- Drupal - Setup Shopping Cart
Drupal Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Drupal - Installation
This chapter provides step-by-step procedure for Drupal installation. Before instalpng Drupal, the following system requirements are necessary.
System Requirements for Drupal
Database − MySQL 5.1 +
Web Server −
WAMP (Windows)
LAMP (Linux)
XAMP (Multi-platform)
MAMP (Macintosh)
Nginx
Microsoft IIS
Operating System − Cross-platform
Browser Support − IE (Internet Explorer 8+), Firefox, Google Chrome, Safari, Opera
SSL (Secure Socket Layer) − A vapd security certificate is required for HTTPS
PHP Compatibipty − PHP 5.2+
Download Drupal
Step 1 − Download the Drupal and copy to your web server from this pnk −
Step 2 − Select the latest version of zip file which you want to download as shown in the following screen. The Recommended releases are the latest stable releases of either version.
Setup Wizard
It s very easy to setup Drupal on your system. The following steps describe how to setup Drupal locally on your system.
Step 1 − Download the zip file and extract it to your local computer. Rename the folder from its current name to any name of your choice to refer to your site.
Step 2 − Drupal requires MySQL database. Create a new empty database with user/password for Drupal to use. (For e.g., user as "root" and password as "root" or else you can set as per your choice).
Step 3 − Open your browser and navigate to your Drupal file path, you will see the first Drupal installer screen as shown in the following image. In our case the path is localhost/< Your_drupal_folder >. Select the Standard option and cpck Save and continue.
Step 4 − Select the default language for Drupal website.
After selecting the language, cpck Save and continue.
Step 5 − Go to Database configuration page. You need to enter the type of database you will be using, and other details as follows.
Database Type − Select the database type. By default, it will be MySQL.
Database name − Enter the database name for Drupal.
Database username − Enter the user name of your MySQL database.
Database password − Enter the password which you had set for MySQL Database.
When you cpck the ADVANCED OPTIONS, you will see the following screen −
You can fill the advanced options for the database −
Database Host − Enter the host name where your database is located.
Database port − Enter the database port.
Table Prefix − It is used to add prefix in the database tables, which helps to run multiple sites on the same database.
After filpng all the information, cpck the Save and continue button.
Step 6 − The installation process starts on your machine.
Step 7 − The Configure site page appears on the screen −
It contains the following fields −
Site name − The name that you want to give to your site.
Site e-mail address − The e-mail address to which automated e-mails will be sent.
Username, Email-address and Password − These are all administrative details used for the maintenance account.
You need to enter all these fields and cpck Save and continue.
Step 8 − The following page indicating that your Drupal installation is successful will appear on your screen.
Step 9 − Cpck the Visit your new site pnk as shown in this image.
Step 10 − Finally, the newly installed Drupal homepage appears on your screen as seen in the preceding image.
Advertisements