E2EHIRING Logo
Jobs
Jobs
courses
Courses
mentorship
Mentorship
more
Moredropdown
E2EHIRING Logo
more
Jobs
Jobs
courses
Courses
mentorship
Mentorship
HomeSepratorIconBlogsSepratorIconDrupal installation with H5P module setupSepratorIcon

Drupal installation with H5P module setup

Han SoloVigneswaran Sekar
calendar11 Jul 2022
poster

What is Drupal

          Drupal is a free and open source Content Management System built on PHP, with a modular design allowing features to be added and removed by installing and uninstalling modules, and allowing the entire look and feel of the website to be changed by installing and uninstalling themes. That allows organizing, managing and publishing your content.  

System Requirements

  1. MYSQL 5.1+
  2. Web Server -(LAMP, XAMPP, Nginx)
  3. PHP 5.2+
  4. PHP Composer (latest version)

Drupal Installation

Download the Drupal package (https://www.drupal.org/project/drupal) and copy it to your web server.

(Or)

Install through Composer -> Open command line ,Locate to the web server and run the below command 

composer create-project drupal-composer/drupal-project:7.x-dev -n folderName 

  1. Create a empty Database
  2. Run the drupal on your browser example: http://localhost/folderName/web/ 
  3. You can see the Drupal GUI installation step
  4. Select the profile as Standard and click Save and Continue.
  5. Choose your language and press Next.
  6. Setup the Database and click Save and continue
  7. Configure Site -> Create the Admin credentials and Save.
  8. Drupal will be installed successfully. Run -> http://localhost/folderName/web/  
  9. You can see the default theme of your site.
  10. Add your content and publish it.


Recent Posts

 Introduction to Java Programming: Basics and Fundamentals

Introduction to Java Programming: Basics and Fundamentals

Introduction to Web Technologies: HTML, CSS, and JavaScript

Introduction to Web Technologies: HTML, CSS, and JavaScript

Introduction of JavaScript

Introduction of JavaScript

Java/Kotlin : Interoperability & Benefits

Java/Kotlin : Interoperability & Benefits

Introduction of Bootstrap

Introduction of Bootstrap

copycopycopycopy

Han Solo

Recent Posts

 Introduction to Java Programming: Basics and Fundamentals

Introduction to Java Programming: Basics and Fundamentals

Introduction to Web Technologies: HTML, CSS, and JavaScript

Introduction to Web Technologies: HTML, CSS, and JavaScript

Introduction of JavaScript

Introduction of JavaScript

Java/Kotlin : Interoperability & Benefits

Java/Kotlin : Interoperability & Benefits

Introduction of Bootstrap

Introduction of Bootstrap