Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Drupal 7 Social Networking
  • Table Of Contents Toc
Drupal 7 Social Networking

Drupal 7 Social Networking

3.7 (3)
close
close
Drupal 7 Social Networking

Drupal 7 Social Networking

3.7 (3)

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)
close
close
Drupal 7 Social Networking
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
3
Index

Linux


The exact installation instructions for Linux vary depending on the distribution used; however, the following instructions should work for Ubuntu and other Debian based distributions like Debian itself. You might want to consider using a program such as VirtualBox (http://www.virtualbox.org/) to run a Linux web server on top of your Windows or Mac (or even Linux if you wish for your development environment to be virtualized) computer, to effectively test the Drupal site on a Linux environment before putting it online.

Install Apache

In order to install Apache, run the following command:

sudo apt-get install apache2

Enable the rewrite module and restart Apache

In order to enable the rewrite Apache module, run the following command:

sudo a2enmod rewrite
sudo /etc/init.d/apache2 reload

Install PHP

To install PHP, run the following command:

sudo apt-get install php5

Enable MySQL and GD

In order to enable the MySQL and GD extensions for PHP, run the following commands:

sudo apt-get install php5-mysql php5-gd
sudo /usr/sbin/apache2ctl graceful

Install MySQL

In order to install MySQL, run the following command:

sudo apt-get install mysql-server mysql-client libmysqlclient15-dev

Install phpMyAdmin

In order to install phpMyAdmin run the following command:

sudo apt-get install phpmyadmin
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Drupal 7 Social Networking
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon