install drupal in ubuntu by tushar b. kute

25
Install Drupal in Ubuntu - Tushar B. Kute

Upload: tushar-b-kute

Post on 12-Feb-2017

661 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Install Drupal in Ubuntu by Tushar B. Kute

Install Drupal in Ubuntu 

­ Tushar B. Kute

Page 2: Install Drupal in Ubuntu by Tushar B. Kute

LAMP Server

● LAMP is an archetypal model of web service solution stacks, named as an acronym of the names of its original four open­source components: the Linux operating system, the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language.

Page 3: Install Drupal in Ubuntu by Tushar B. Kute

LAMP Server

Page 4: Install Drupal in Ubuntu by Tushar B. Kute

Install LAMP Server

● sudo apt­get install lamp­server^

● It will install all the LAMP application at a time by downloading from internet.

● Type 'localhost' in the web browser and check the installation.

Page 5: Install Drupal in Ubuntu by Tushar B. Kute

Download Drupal

Download from here

Page 6: Install Drupal in Ubuntu by Tushar B. Kute

Download Drupal

● Copy the file in /var/www/html

– cd Downloads/

– sudo cp drupal­7.39.tar.gz /var/www/html● Extract this file in the same folder

– cd /var/www/html

– sudo tar ­xvzf drupal­7.39.tar.gz● It will create folder /drupal­7.39 in /var/www/html

– Rename it to drupal

– sudo mv drupal­7.39 drupal

Page 7: Install Drupal in Ubuntu by Tushar B. Kute

Create MySQL database

● mysql ­u root ­p

● CREATE DATABASE UBUNTU;

● FLUSH PRIVILEGES;

Page 8: Install Drupal in Ubuntu by Tushar B. Kute

Configure Drupal

● Start the apache server.– sudo service apache2 start

● Type localhost or localhost/html/drupal in the web browser.

Page 9: Install Drupal in Ubuntu by Tushar B. Kute

Choose installation profile

Page 10: Install Drupal in Ubuntu by Tushar B. Kute

Choose language

Page 11: Install Drupal in Ubuntu by Tushar B. Kute

Verify Requirements

Errors

Page 12: Install Drupal in Ubuntu by Tushar B. Kute

Create directory ­ files

● sudo mkdir /var/www/html/drupal/sites/default/files

● It will create the file directory.● Now refresh the page or press F5.

Page 13: Install Drupal in Ubuntu by Tushar B. Kute

Verify requirements

Page 14: Install Drupal in Ubuntu by Tushar B. Kute

Make the directory writable

● sudo chmod a+w /var/www/html/drupal/sites/default/files

● It will make the /files directory writable.● Refresh page of press F5.

Page 15: Install Drupal in Ubuntu by Tushar B. Kute

Verify requirements

Page 16: Install Drupal in Ubuntu by Tushar B. Kute

Copy file and make it writable

● sudo cp /var/www/html/drupal/sites/default/default.settings.php /var/www/html/drupal/sites/default/settings.php

● sudo chmod a+w /var/www/html/drupal/sites/default/settings.php

● Refresh the page of press F5.

Page 17: Install Drupal in Ubuntu by Tushar B. Kute

Database configuration

Page 18: Install Drupal in Ubuntu by Tushar B. Kute

Installation process

Page 19: Install Drupal in Ubuntu by Tushar B. Kute

Configure site

Page 20: Install Drupal in Ubuntu by Tushar B. Kute

Configure site

Page 21: Install Drupal in Ubuntu by Tushar B. Kute

Installation Completed

Page 22: Install Drupal in Ubuntu by Tushar B. Kute

Visit the site

Page 23: Install Drupal in Ubuntu by Tushar B. Kute

Go to dashboard to design

Page 24: Install Drupal in Ubuntu by Tushar B. Kute

Start design...

HAPPY DESIGNING....

Page 25: Install Drupal in Ubuntu by Tushar B. Kute

[email protected]

      Thank youThis presentation is created using LibreOffice Impress 4.2.7.2, can be used freely as per GNU General Public License

Blogshttp://digitallocha.blogspot.inhttp://kyamputar.blogspot.in

Web Resources http://tusharkute.com