E2EHIRING Logo
search

Search blogs by title

Jobs
Jobs
internships
Internships
Company
Partners
mentorship
Mentorship
more
Moredropdown
Login
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

Innovation is the Need of the Hour: Else you are Outdated

Innovation is the Need of the Hour: Else you are Outdated

Router In React

Router In React

Higher Order Component in React

Higher Order Component in React

Styled Component in React

Styled Component in React

Spring - Bean Life Cycle

Spring - Bean Life Cycle

copycopycopycopy

Han Solo

Recent Posts

Innovation is the Need of the Hour: Else you are Outdated

Innovation is the Need of the Hour: Else you are Outdated

Router In React

Router In React

Higher Order Component in React

Higher Order Component in React

Styled Component in React

Styled Component in React

Spring - Bean Life Cycle

Spring - Bean Life Cycle

e2e logo