Book Image

Drupal 7 Social Networking

Book Image

Drupal 7 Social Networking

Overview of this book

Drupal is ideally equipped to serve as a base system for creating a custom social networking site like Facebook or MySpace. While these large social networks have their place, niche social networking websites can help promote businesses, products, projects, and hobbies of any nature. Drupal 7 Social Networking 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 choose! Starting from the very basics of both Drupal and Social Networking, right through to more complicated aspects, you will progressively learn how to add to and expand your social networking site and add more features. You will learn how to secure your social network, deploy it on the Internet, and keep it running and well maintained. As social networking sites rely on the participation of their users, this book helps you to structure your site in such a way so that users can easily and enjoyably contribute, thus creating a powerful social network.
Table of Contents (22 chapters)
Drupal 7 Social Networking
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Deploying


There are quite a number of stages to go through to put DinoSpace online, so that it can be accessed on the Internet. Typically, this will involve the following:

  1. Choosing and registering a domain name

  2. Signing up with a hosting provider

  3. Setting the nameservers for the domain

  4. Creating a database on the hosting account

  5. Exporting our local database

  6. Importing our local database to the hosting account

  7. Changing some of our database records

  8. Changing our database configuration options

  9. Uploading the files for our site

  10. Testing

Choosing a domain name

Hopefully, by this stage, you will have already decided on the domain name you wish to use. With a site such as DinoSpace we could either combine the two names as one word, or we could hyphenate the name; this gives us more options should the TLD (top level domain, for example, .com) for our name be taken.

Sites such as DomainTools.com have whois lookup tools on them, which allow you to see if a particular domain name has been taken. Most domain name registrars...