Book Image

Drupal: Creating Blogs, Forums, Portals, and Community Websites

By : David Mercer
Book Image

Drupal: Creating Blogs, Forums, Portals, and Community Websites

By: David Mercer

Overview of this book

<p>Drupal is one of the most popular content management systems on the internet. Based on PHP/MySQL, its power and flexibility combined with its exceptional design mean it is already on the way to becoming the de facto standard for CMS Websites. Drupal’s modular design and structured source code make it both highly flexible and easily extended and modified. Drupal is extremely scalable, making it ideal for both a simple personal website as well as an industrial strength commercial or institutional web presence.<br /> <br /> Drupal is a model open source project in that it has a large, friendly community of people who contribute to the project in various ways.&nbsp; Drupal is not only free and easy to use, but this community provides on going mutual support.<br /> <br /> Drupal’s power means choosing an initial pathway can be daunting. The flexibility and power of its content management features mean the right approach needs to be taken.&nbsp; This book takes you from initial set up through site design and creation in a series of carefully structured steps. While there are a few advanced topics that are beyond the scope of the book, all of the core stages of creating a website using Drupal are covered in detail.</p> <p>&nbsp;</p>
Table of Contents (16 chapters)
Drupal
Credits
About the Author
About the Reviewers
Preface

Summary


For a task as important as building a full-featured community-driven website, it is necessary that you spend a lot of time considering your options, and developing and testing your site. Since it is not really feasible to do this sort of work on the live site, you need to employ a development machine to aid you. Because of this, the topic of deployment is an important one in the overall scheme of things because it is deployment that actually links your finished development to the live site.

This chapter outlined a solid process for preparing for deployment. 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 the database.

Hopefully you came to realize that the deployment process itself is not particularly complex for a Drupal site, since the only real configuration work that needs to be done is modifying the settings.php file to reflect your 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.