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

Transfer the Files


You should now have a final, clean version of your online store, 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.

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 to you, 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, since this is the document root from which all web pages on this server are served.

Alternatively, assuming your site has an FTP account enabled, you can either attempt to use FTP drag and drop, which is exactly the same as moving files around on your PC in Windows, or you can use 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 file ends up in the document root of your host's server. Remember not to leave the zip folder lying around in the document root once it has been used.