SlideShare a Scribd company logo
Install Drupal in Ubuntu 
­ 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.
LAMP Server
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.
Download Drupal
Download from here
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
Create MySQL database
● mysql ­u root ­p
● CREATE DATABASE UBUNTU;
● FLUSH PRIVILEGES;
Configure Drupal
● Start the apache server.
– sudo service apache2 start
● Type localhost or localhost/html/drupal in 
the web browser.
Choose installation profile
Choose language
Verify Requirements
Errors
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.
Verify requirements
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.
Verify requirements
Copy file and make it writable
● sudo cp 
/var/www/html/drupal/sites/default/default.setting
s.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.
Database configuration
Installation process
Configure site
Configure site
Installation Completed
Visit the site
Go to dashboard to design
Start design...
HAPPY DESIGNING....
tushar@tusharkute.com
      Thank you
This presentation is created using LibreOffice Impress 4.2.7.2, can be used freely as per GNU General Public License
Blogs
http://digitallocha.blogspot.in
http://kyamputar.blogspot.in
Web Resources 
http://tusharkute.com

More Related Content

PDF
Meet Hadoop Family: part 4
PPT
Speeding Up The Snail
PPT
RPM Packaging 101 (Old)
PDF
Fluentd and WebHDFS
PDF
Shark - Lab Assignment
PDF
Introduction to Hbase
PDF
Analyze corefile and backtraces with GDB for Mysql/MariaDB on Linux - Nilanda...
PDF
Meet Hadoop Family: part 4
Speeding Up The Snail
RPM Packaging 101 (Old)
Fluentd and WebHDFS
Shark - Lab Assignment
Introduction to Hbase
Analyze corefile and backtraces with GDB for Mysql/MariaDB on Linux - Nilanda...

What's hot (20)

PDF
Introducing HerdDB - a distributed JVM embeddable database built upon Apache ...
PPT
8a. How To Setup HBase with Docker
PDF
Distributed Stream Processing on Fluentd / #fluentd
PDF
HBaseCon 2012 | HBase Coprocessors – Deploy Shared Functionality Directly on ...
PDF
Kafka Summit SF 2017 - One Day, One Data Hub, 100 Billion Messages: Kafka at ...
PPT
are available here
ODP
PDF
Lessons from managing a Pulsar cluster (Nutanix)
PDF
Be a happier developer with Docker: Tricks of the trade
PPTX
Apache Performance Tuning: Scaling Out
PPTX
Apache Performance Tuning: Scaling Up
PDF
Modern Deployment Strategies
PDF
DevOps Meetup ansible
PDF
Kafka on Pulsar
PPT
PPTX
The architecture of oak
PPTX
Swap Administration in linux platform
PDF
Apache Hbase Architecture
PDF
Fluentd v1 and future at techtalk
PDF
Foreman presentation
Introducing HerdDB - a distributed JVM embeddable database built upon Apache ...
8a. How To Setup HBase with Docker
Distributed Stream Processing on Fluentd / #fluentd
HBaseCon 2012 | HBase Coprocessors – Deploy Shared Functionality Directly on ...
Kafka Summit SF 2017 - One Day, One Data Hub, 100 Billion Messages: Kafka at ...
are available here
Lessons from managing a Pulsar cluster (Nutanix)
Be a happier developer with Docker: Tricks of the trade
Apache Performance Tuning: Scaling Out
Apache Performance Tuning: Scaling Up
Modern Deployment Strategies
DevOps Meetup ansible
Kafka on Pulsar
The architecture of oak
Swap Administration in linux platform
Apache Hbase Architecture
Fluentd v1 and future at techtalk
Foreman presentation
Ad

Viewers also liked (17)

PDF
Twitter streamingapi rubymongodbv2
PDF
Consuming the Twitter Streaming API with Ruby and MongoDB
PDF
Xdebug and Drupal8 tests (PhpUnit and Simpletest)
PDF
Automated testing in Drupal
PDF
Peshwa general marketing
PDF
El principito
PPSX
Rim3
PDF
MOHAMMED
PDF
Heritage-Capstat-080915.compressed
PDF
el principito
PPTX
Manual de instalación de Cassandra
PPTX
It's about the plan: how to ensure that your program evaluation gives you the...
PDF
8.19.16- FINAL Family Orientation 2016
PPTX
Building enterprise high availability application with drupal
PPTX
Shamsa altayer 10bg kali linux
PDF
Apache Pig: A big data processor
PPT
Biología - Mitosis y Meiosis
Twitter streamingapi rubymongodbv2
Consuming the Twitter Streaming API with Ruby and MongoDB
Xdebug and Drupal8 tests (PhpUnit and Simpletest)
Automated testing in Drupal
Peshwa general marketing
El principito
Rim3
MOHAMMED
Heritage-Capstat-080915.compressed
el principito
Manual de instalación de Cassandra
It's about the plan: how to ensure that your program evaluation gives you the...
8.19.16- FINAL Family Orientation 2016
Building enterprise high availability application with drupal
Shamsa altayer 10bg kali linux
Apache Pig: A big data processor
Biología - Mitosis y Meiosis
Ad

Similar to Install Drupal in Ubuntu by Tushar B. Kute (20)

PDF
Install Wordpress in Ubuntu Linux by Tushar B. Kute
PPT
Slide 1 - The University of Mississippi
PDF
Get Started With Drupal
PDF
LuisRodriguezLocalDevEnvironmentsDrupalOpenDays
PDF
Setting up LAMP for Linux newbies
PDF
Speed up Drupal development with Drush
PDF
Beginning Drush
PPT
Power point on linux commands,appache,php,mysql,html,css,web 2.0
PPT
Linux presentation
PDF
02 Hadoop deployment and configuration
PDF
Improving your Drupal 8 development workflow DrupalCampLA
PPT
Drupalxamppxp 1229687989691791 1
PPT
PPT
Installation of Drupal on Windows XP with XAMPP
PDF
Super powered Drupal development with docker
ODP
Installing Drupal 7 in Debian Environment
ODP
lamp technology
ODP
Deepa ppt about lamp technology
Install Wordpress in Ubuntu Linux by Tushar B. Kute
Slide 1 - The University of Mississippi
Get Started With Drupal
LuisRodriguezLocalDevEnvironmentsDrupalOpenDays
Setting up LAMP for Linux newbies
Speed up Drupal development with Drush
Beginning Drush
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Linux presentation
02 Hadoop deployment and configuration
Improving your Drupal 8 development workflow DrupalCampLA
Drupalxamppxp 1229687989691791 1
Installation of Drupal on Windows XP with XAMPP
Super powered Drupal development with docker
Installing Drupal 7 in Debian Environment
lamp technology
Deepa ppt about lamp technology

More from Tushar B Kute (20)

PDF
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
PDF
01 Introduction to Android
PDF
Ubuntu OS and it's Flavours
PDF
Share File easily between computers using sftp
PDF
Signal Handling in Linux
PDF
Implementation of FIFO in Linux
PDF
Implementation of Pipe in Linux
PDF
Basic Multithreading using Posix Threads
PDF
Part 04 Creating a System Call in Linux
PDF
Part 03 File System Implementation in Linux
PDF
Part 02 Linux Kernel Module Programming
PDF
Part 01 Linux Kernel Compilation (Ubuntu)
PDF
Open source applications softwares
PDF
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
PDF
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
PDF
Technical blog by Engineering Students of Sandip Foundation, itsitrc
PDF
Chapter 01 Introduction to Java by Tushar B Kute
PDF
Chapter 02: Classes Objects and Methods Java by Tushar B Kute
PDF
Java Servlet Programming under Ubuntu Linux by Tushar B Kute
PDF
Module 02 Using Linux Command Shell
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
01 Introduction to Android
Ubuntu OS and it's Flavours
Share File easily between computers using sftp
Signal Handling in Linux
Implementation of FIFO in Linux
Implementation of Pipe in Linux
Basic Multithreading using Posix Threads
Part 04 Creating a System Call in Linux
Part 03 File System Implementation in Linux
Part 02 Linux Kernel Module Programming
Part 01 Linux Kernel Compilation (Ubuntu)
Open source applications softwares
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
Technical blog by Engineering Students of Sandip Foundation, itsitrc
Chapter 01 Introduction to Java by Tushar B Kute
Chapter 02: Classes Objects and Methods Java by Tushar B Kute
Java Servlet Programming under Ubuntu Linux by Tushar B Kute
Module 02 Using Linux Command Shell

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Approach and Philosophy of On baking technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
Cloud computing and distributed systems.
PDF
Empathic Computing: Creating Shared Understanding
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Modernizing your data center with Dell and AMD
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Encapsulation_ Review paper, used for researhc scholars
Chapter 3 Spatial Domain Image Processing.pdf
Network Security Unit 5.pdf for BCA BBA.
Approach and Philosophy of On baking technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Machine learning based COVID-19 study performance prediction
Digital-Transformation-Roadmap-for-Companies.pptx
Big Data Technologies - Introduction.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Cloud computing and distributed systems.
Empathic Computing: Creating Shared Understanding
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Modernizing your data center with Dell and AMD
Spectral efficient network and resource selection model in 5G networks
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Encapsulation_ Review paper, used for researhc scholars

Install Drupal in Ubuntu by Tushar B. Kute