|
Authoring/Development - Tools of the Trade: Drupal
http://drupal.org/
yes
Drupal is a content management system (CMS) that allows you to publish, manage, and organize content on a Web site or blog. Because you need a database and PHP to be able to use Drupal, it can only be used with Advanced level accounts or higher or with a pairLite hosting plan.
First you must create a database via the Account Control Center (https://my.pair.com/).
Next, follow the steps below to install Drupal.
- Log into your server using SSH (in a terminal window)
- Enter the directory where you want to install Drupal using a command such as:
cd public_html/
- Extract the Drupal directory and files with this command:
tar -xvzf /usr/local/pair/drupal/drupal.tgz
- Load the installer via the Web at the URL where you placed the files such as: http://SERVER.pair.com/USERNAME/drupal
- Complete the Web-based installation steps
- Secure your installation by running the following commands using SSH (in a terminal window):
chmod 705 drupal/sites/default
chmod 705 drupal/sites/default/settings.php
For optimal performance, you must activate caching by following these instructions:
- Log into the Drupal administrative interface
- Click "Performance" (under "Site Configuration")
- Change "Caching mode" to "Normal"
- Set "Minimum cache lifetime." We recommend setting this to 15 minutes.
- Click "Save Configuration" at the bottom of the page
For more information on how to use Drupal, visit:
http://drupal.org/handbooks
Please provide
feedback on this article.
|