際際滷

際際滷Share a Scribd company logo
How to Develop Drupal Website
Steps to Develop Best Drupal Websites
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:
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
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).
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
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
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.

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.