1) Drupal is a free and open-source content management system used to build dynamic websites. It uses PHP and a MySQL database to create pages.
2) To install Drupal, download the latest version, extract the files, upload to your server, set up a database, and run the installation process.
3) Pages and content can be created by logging in, clicking "Create content", filling out the title and body fields, and saving. Menus can then be configured to display the new pages.
1 of 7
Download to read offline
More Related Content
How to Develop Drupal Website
1. How to Develop Drupal Website
Steps to Develop Best Drupal Websites
2. Overview :-
Drupal, a free open source CMS, is used to develop all types of
websites like portals or blogs. Drupal development is very
popular in now times. Drupal functions in the fusion of Php
scripting language and MySQL to build dynamic website
pages. Conventionally every website page is manually created.
Drupal is often offered free by many web hosts. In case you are
lucky to get such host, no need to install Drupal in the process
undermentioned, you can move on to the next steps:
3. How to Install
1. Download updated version of Drupal.
2. Extract content of tar.gz archive using 7-Zip.
3. Upload files of Drupal to a folder on your server using FTP pro
tocol.
4. Generate user name and database using control panel of your
web host.
5. Go to Drupal's site/default' folder.
6. Copy default.setting.php to settings.php.
P.T.O
4. How to Install
7. Change the setting of setting.php to read and write for all
uses.
8. Set the same option of read and write for public, group
and owners too.
9. Set same read and write permission for site/default folder.
10. Install Drupal by following instructions during installation.
11. Change permission of setting.php back to group(read), public
(read) and owner(read and write).
5. How To Create Pages
1. Use user name and password, created earlier, to Login to
Drupal.
2. Click on Create content.
3. Click Page.
4. Give it a title.
5. Write content in the Body Section.
6. Hit Save.
P.T.O
6. How To Create Pages
7. To see new page in the menu, hit Administer.
8. Hit Site Building.
9. Click Menus.
10. Hit Primary Links.
11. Now hit Add Item.
12. Type node/1 in Path box.
P.T.O
7. How To Create Pages
13. Give a menu link title to the page.
14. Hit Save and in the top menu link will be displayed.
15. Hit Create content to use feature of blog.
16. Now hit Story.
17. Add title and body.
18. Hit Save and story will appear on the page.