Book Image

Drupal 6 Social Networking

By :
Book Image

Drupal 6 Social Networking

By:

Overview of this book

<p>Drupal is ideally equipped to be used as a base system for creating a custom social networking site like Facebook and MySpace. While these large social networks have their place, niche social networking web sites can help promote businesses, products, projects, and hobbies of any nature.<br /><br />This book provides careful instructions and clear explanations to take you through the setup and management of your social network site, covering topics from users to marketing to maintenance. It will help you create your own social networking site, suitable for whatever audience you decide!<br /><br />This book will take you from the very basics of both Drupal and Social Networking right through to more complicated aspects, like creating your own custom design and features for the site. With no experience of Drupal required, the book will introduce you to this award-winning CMS and carefully take you through the steps to create a social networking site from it. As the book progresses, you will learn how to add to and expand your social networking site, adding more features and adding value for your users, and how to make your users feel part of the community. Social networking web sites rely on their users contributing to the site, and this book helps you structure a site in a way users can easily and enjoyable contribute to the site &acirc;&euro;&ldquo; creating a powerful social network.<br /><br />The book begins with the fundamental concepts of a Social Networking site, and how we can use Drupal to create such a site. It then goes through installing Drupal before looking at expanding the out-of-the-box feature set with third-party modules designed for Social Networking. Once the web site is running, it looks at securing the Social Network, deploying it on the Internet, and keeping it running and well maintained. It doesn't stop there however; as Social Networks rely on their user base to run and become successful, the book also covers marketing the Social Network using Search Engine Optimization, Online Marketing, and a range of new Social Media.</p>
Table of Contents (17 chapters)
Drupal 6 Social Networking
Credits
About the Author
About the Reviewers
Preface
Index

Installing WampServer


Now we know what we need to install; so let's get started!

Downloading WampServer

Firstly, we need to download the software from the Internet. WampServer is available at http://www.wampserver.com/en/download.php. From here, we click the DOWNLOAD WampServer 2.0 link which then takes us to SourceForce from where we download the web site.

Installing WampServer

Once downloaded, we need to install the software. First, let's open the file we have just downloaded. We may need to agree to some security dialogues before Windows allows us to install the software.

Note

You must be logged in as an administrator to install WampServer.

The first window to be displayed warns us that we shouldn't try to upgrade from a previous version of WampServer and that we need to uninstall the older versions if any. Now, let's click on Yes so that the installation can continue.

Next, we are presented with the installation splash screen; here, we need to click Next.

Then we need to select the I accept the agreement button before clicking the Next button.

Now, we need to select the location where we wish to install WampServer. If we are happy with the default location, we should click Next; otherwise, we should change the location first.

If we wish to add shortcuts to WampServer to our desktop, or to the Quicklaunch toolbar, we can do so by selecting the appropriate checkboxes before clicking Next.

Before WampServer is actually installed, we are shown an overview of the options we have selected. We can click Install provided everything is fine, otherwise we need to click Back and make the changes if any.

WampServer will then install onto our computer.

Once the installation has completed, we are asked to confirm our primary web browser. By default, it selects the Windows Internet Explorer; if we are happy with that, we should click Open, otherwise we should look for an alternative browser. Next, the installation asks for the details for sending mails from PHP. On most installations, we won't be able to send mails from PHP scripts because we have no mail server installed; so just click Next.

We now have WampServer installed; if we click Finish WampServer will start.

Note

Apache not starting?

If WampServer doesn't start (the icon in the system tray will show red or orange) it may mean that something else is utilizing the computer port (Apache runs on (port 80) and programs such as Skype do this). So you may need to close other applications before trying to start WampServer.