You are on page 1of 5

Index 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.

What is Drupal Requirements Installation Create content Drupal Menus Content management Taxonomy Modules Themes Views (Basic) CCK (Basic) Backup Drupal Hosting Drupal users Drupal Image

Drupal tutorial for beginners Drupal is best content management system written in PHP & MySql database. Using drupal we can create simple website to large online communities. Requierements of drupal

PHP Drupal 5: 4.4.0 or higher (5.2 recommended) Drupal 6: 4.4.0 or higher (5.2 recommended) Drupal 7: 5.2.5 or higher (5.3 recommended)
Apache

Database server

Drupal 5.x and earlier supports MySQL 3.23.17 or higher. MySQL 4.1 or higher is strongly recommended. Drupal 6 supports MySQL 4.1 or higher. Drupal 7 will only support MySQL 5.0.15 or higher, and requires the PDO database extension for PHP.

Drupal uses the following MySQL commands (all available on SiteGround servers): SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER. These are sufficient to run Drupal core.

Drupal installation

In order to install the Drupal CMS application, please follow the step-by-step instructions below: Step 1: Download the installation file from Drupal.org by choosing the latest stable version and clicking on the download link next to the package. Step 2: Upload it in the public_html folder of your account. You can do that through an FTP client like FileZilla or via cPanel -> File Manager -> Upload file(s). This way, after the installation is completed, the script will appear once your write something like http://yourdomainname.com in your web browser. Or you can create a subfolder there and upload the file in it. The Drupal installation will be available at: http://yourdomainname.com/subfolder. Step 3: Once you are in the File Manager, please navigate to the uploaded file and extract it by clicking on the Extract link. It will create a subfolder: drupal-x.x.x., where instead of x.x.x. is the current version. So you can move the files one level up in the desired directory. The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP. Step 4: Once the files are extracted in the desired folder, you should create a MySQL database for Drupal. You can do that from cPanel -> MySQL Databases. There you should create a database and add a user to it - click here to learn how to create a MySQL database and user. Step 5: Navigate to the URL of your Drupal site and run the install.php file (for example http://yourdomainname.com/install.php). Pick the default profile option for your Drupal application.

Step 6: Pick the default language for the Drupal web site.

Step 7: Enter the database details for the database which you have created in Step 4. Click on the Save and continue button to continue.

Step 8: The installation procedure is finished. You will see the following screen:

Enter the site information and the administrative login details. Click on the Save and Continue button.

Step 9: Well done! The installation is completed and you can proceed to your web site.

You might also like