Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Google AdWords FAQ
- Open a Command Prompt
- Common Error Codes
- Getting Started with Web Hosting
- Hosting Account Number
- Link to Hosting.com
- Password Protection for Website
- Scheduled Maintenance
- Configure HTTP Streaming of Audio and Video
- tracert
- Using Iperf To Test Network Bandwidth
- HostMySite Shared Account Setup FAQ
- Install OSCommerce
- Install Drupal
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Install Drupal
This article goes over installing Drupal. It is recommended to install this on a Linux server rather than Windows and those steps provided below reference a Linux setup. This is not officially supported software by Hosting.com.
Prerequisites
PHP 5.2.4 or greater. This includes access to editing the php.ini file. Note that if this is being installed on a Shared Web Hosting platform, you will need to contact us to configure php.ini.
MySQL 4.x or greater, version 5 is recommended. GDLibrary or ImageMagick is also highly recommended.
Installation
- Log into the server via SSH. If you are unsure of how to SSH, please see How to SSH to a server.
- In the web root, download the Drupal zip installation and unzip the contents of the file. This will place all of the files in the drupal-version# folder. Feel free to move the contents of this folder to a directory such as cms/.
- Once the files are unzipped, copy the settings file to the correct filename:
- Next, change the settings.php file just moved to the correct permissions and give the server write permissions for the default directory:
- Run the installation script, in this case located at http://www.domain.com/cms. This will guide you through the installation scripts including configuring the database and setting up a default user.
cp sites/default/default.settings.php sites/default/settings.php
chmod 666 sites/default/settings.php && chmod a+w sites/default
