Book Image

Building Powerful and Robust Websites with Drupal 6

By : David Mercer
Book Image

Building Powerful and Robust Websites with Drupal 6

By: David Mercer

Overview of this book

<p><br />Drupal is a hugely popular and widely celebrated open-source Content Management System that is day-by-day becoming the first choice of people for building blogs and other websites. Sir Tim Berners-Lee (the father of the Internet), Hillary Clinton, and many others utilize Drupal to fulfil their online requirements.<br /><br />Drupal is an elegantly designed, well-supported and flexible platform that anyone can use in order to create their own website. With such a powerful tool at your fingertips there is no longer any need to pay professionals to design a site when you can do the same job yourself absolutely free. All it takes is a bit of practice!<br /><br />This book meets the booming demand for well presented, clear, concise, and above all practical information on how to move from knowing you want a website all the way through to designing and building it like a pro, and finally successfully managing and maintaining it.<br /><br />Experienced technical author David Mercer expertly guides the reader through all the stages of building a professional website in a plain, articulate manner. Aimed in particular at beginners to Drupal, this book will allow readers to advance rapidly up the learning curve to the point where they can tackle any problem with confidence.</p>
Table of Contents (16 chapters)
Building powerful and robust websites with Drupal 6
Credits
About the Author
About the Reviewer
Preface

Summary


For a task as important as building a full-featured community-driven website, it is necessary to spend a lot of time considering your options, and developing and testing the new site. As it is not really feasible to do this sort of work on the live site, a development machine is required. The topic of deployment is therefore an important one in the overall scheme of things because it is deployment that links the development to the final, live product.

This chapter outlined a solid deployment process. It was also necessary to set up a new database on the host site, but this proved to be relatively easy because any good host makes the task fairly simple by providing a tool like phpMyAdmin to work with.

Hopefully, you came to realize that the deployment process itself is not particularly complex for a Drupal site, because the only real configuration work that needs to be done is modifying the settings.php file to reflect the new system's configuration. Having the complexity of the site's deployment reduced to configuring a single file is a real advantage for Drupal users.

While the actual deployment of the site is fairly simple, it was shown that there were quite a few issues to deal with, and not the least of them is testing. It is critical that a full suite of tests is carried out on any site before it goes live—losing valuable users to silly errors is the last thing that any competitive site needs.

That's it, we are all done. Thanks for joining me and I hope you enjoyed and continue to enjoy working with Drupal.

All the best.