7
How to Develop Drupal Website Steps to Develop Best Drupal Websites

How to Develop Drupal Website

Embed Size (px)

Citation preview

Page 1: How to Develop Drupal Website

How to Develop Drupal WebsiteSteps to Develop Best Drupal Websites

Page 2: How to Develop Drupal Website

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:

Overview :-

Page 3: How to Develop Drupal Website

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

Page 4: How to Develop Drupal Website

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).

Page 5: How to Develop Drupal Website

How To Create Pages1. 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.OP.T.O

Page 6: How to Develop Drupal Website

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.OP.T.O

Page 7: How to Develop Drupal Website

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.