Install Wordpress 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.
Change default localhost directory
Change default localhost directory
● sudo gedit '/etc/apache2/sites­available/000­
default.conf' 
Delete 
This
Change default localhost directory
Change default localhost directory
Change default localhost directory
● sudo gedit '/etc/apache2/apache2.conf'
Download Wordpress
Download 
From here
Download Wordpress
● Copy the file in /var/www
– cd Downloads/
– sudo cp wordpress­4.3­en_CA.tar.gz /var/www
● Extract this file in the same folder
– cd /var/www
– sudo tar ­xvzf wordpress­4.3­en_CA.tar.gz
● It will create folder /wordpress in /var/www
Create MySQL database
● mysql ­u root ­p
● CREATE DATABASE UBUNTU;
● FLUSH PRIVILEGES;
Configure Wordpress
● sudo service apache2 start
Wordpress folder
Alternative configuration
● Type localhost/wordpress in web browser.
Database configuration
Create Wordpress configuration file
Create Wordpress configuration file
● Copy the selected content.
● Open terminal by sudo gedit and paste.
● Save the file at path:
– /var/www/wordpress/wp­config.php
● Press 'Run the Install'.
Create Wordpress configuration file
Filename
Folder
Name
Provide information needed
Provide information needed
Remember 
This
Click and 
Done
Success...!!!
Click to continue
Login with username and password
Here is dashboard of your website
The current design of your site
● Type localhost/wordpress in web browser
Start design...
● To view the dashboard,
– Type localhost/wordpress/wp­admin in the web 
browser.
● START 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

Install Wordpress in Ubuntu Linux by Tushar B. Kute