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

Transfer the Files


You should now have a final, clean version of the site, with a copy of the database, all zipped up and ready to go. Assuming there are images and a fair bit of data held within the site, you can be sure that the size of the upload is quite substantial. For this reason, you need a reasonably high speed connection—dial-up connections can be slightly erratic over long periods of time, so it may even be worth using a friend's computer (or your office connection) to send the files to the host site via a broadband connection.

By far, the easiest method would be to use a native upload feature from the host's file manager over a quick connection. If this is available, simply use it to upload the archive file across to the host server. The demo site has this facility, as shown here:

Notice that the ZIP file is being uploaded to the public_html folder, because this is the document root from which all web pages on this server are served.

Alternatively, assuming your site has an FTP account enabled, either attempt to use FTP drag-and-drop, which is exactly the same as moving files around on your PC in Windows, or make use of an FTP utility.

When in doubt, simply get in touch with your host service and ask them for information about how to transfer files. The administrative interface and file manager for the vast majority of sites are easy to use, and you will have no problems uploading files. Because of this, we won't waste time discussing FTP utilities in detail. Simply ensure that, ultimately, the ZIP or gzip file ends up in the document root of your host's server.

Note

Remember not to leave the ZIP folder lying around in the document root once it has been used.