Install WordPress Blogging Software with EasyPHP

51
Install Install WordPress WordPress Blogging Blogging Software with Software with EasyPHP EasyPHP

Transcript of Install WordPress Blogging Software with EasyPHP

Page 1: Install WordPress Blogging Software with EasyPHP

Install WordPress Install WordPress Blogging Blogging

Software with Software with EasyPHPEasyPHP

Page 2: Install WordPress Blogging Software with EasyPHP

ByByRupesh Kumar ARupesh Kumar A

Department of Library & Information Department of Library & Information ScienceScience

Bangalore UniversityBangalore UniversityBangalore 560056Bangalore 560056Karnataka, INDIAKarnataka, INDIA

email: [email protected]: [email protected]: blog: http://lislog.blogspot.comhttp://lislog.blogspot.com

home: home: http://a.rupeshkumar.googlepages.comhttp://a.rupeshkumar.googlepages.com

Page 3: Install WordPress Blogging Software with EasyPHP

What You NeedWhat You Need EasyPHPEasyPHP WordPressWordPress

Page 4: Install WordPress Blogging Software with EasyPHP

What is EasyPHP?What is EasyPHP? A WAMP (Windows-Apache-MySQL-PHP) A WAMP (Windows-Apache-MySQL-PHP)

bundlebundle A suite of the following softwareA suite of the following software

ApacheApache MySQLMySQL PHPPHP phpMyAdminphpMyAdmin

Download from Download from http://easyphp.org/telechargements.php3http://easyphp.org/telechargements.php3

Page 5: Install WordPress Blogging Software with EasyPHP

What is WordPress?What is WordPress? A blog publishing system A blog publishing system

programmed in PHPprogrammed in PHP Uses MySQL as the backend Uses MySQL as the backend

(database)(database) A free software to set up blogsA free software to set up blogs Download from Download from

http://wordpress.org/download/http://wordpress.org/download/

Page 6: Install WordPress Blogging Software with EasyPHP

How To DoHow To Do Install EasyPHPInstall EasyPHP Create a database in MySQL with Create a database in MySQL with

PhpMyAdminPhpMyAdmin Install WordPress SoftwareInstall WordPress Software Set up your blogSet up your blog

Page 7: Install WordPress Blogging Software with EasyPHP

Step 1: Install EasyPHPStep 1: Install EasyPHPDouble Click EasyPHP.exe to launch

the installer

Page 8: Install WordPress Blogging Software with EasyPHP

Click “Next” to ContinueClick “Next” to Continue

Page 9: Install WordPress Blogging Software with EasyPHP

Click “I accept the Click “I accept the agreement” and click agreement” and click

“Next”“Next”

Page 10: Install WordPress Blogging Software with EasyPHP

Read the InstructionsRead the Instructions

Page 11: Install WordPress Blogging Software with EasyPHP

Select Destination Select Destination LocationLocation

Page 12: Install WordPress Blogging Software with EasyPHP

Select Start Menu FolderSelect Start Menu Folder

Page 13: Install WordPress Blogging Software with EasyPHP

Click “Install”Click “Install”

Page 14: Install WordPress Blogging Software with EasyPHP

Installation in Progress…Installation in Progress…

Page 15: Install WordPress Blogging Software with EasyPHP

Installation CompleteInstallation Complete

Page 16: Install WordPress Blogging Software with EasyPHP

EasyPHP Service StartedEasyPHP Service Started

Page 17: Install WordPress Blogging Software with EasyPHP

EasyPHP Icon on System EasyPHP Icon on System TrayTray

Page 18: Install WordPress Blogging Software with EasyPHP

Checking the EasyPHP Checking the EasyPHP InstallationInstallation

Type http://localhost on the address bar of your web browser. The following screen appears…

Page 19: Install WordPress Blogging Software with EasyPHP
Page 20: Install WordPress Blogging Software with EasyPHP

Step 2: Create a databaseStep 2: Create a database Launch PhpMyAdminLaunch PhpMyAdmin Create a database named Create a database named

“wordpress”“wordpress” Create a user named “wordpress”Create a user named “wordpress” Grant all privileges to the user Grant all privileges to the user

“wordpress” on the database “wordpress” on the database “wordpress”“wordpress”

Page 21: Install WordPress Blogging Software with EasyPHP

Launch EasyPHP Launch EasyPHP AdministrationAdministration

Page 22: Install WordPress Blogging Software with EasyPHP

EasyPHP Administration EasyPHP Administration WindowWindow

Page 23: Install WordPress Blogging Software with EasyPHP

Click “PHPMYADMIN”Click “PHPMYADMIN”

Page 24: Install WordPress Blogging Software with EasyPHP

PHPMYADMIN WindowPHPMYADMIN Window

Page 25: Install WordPress Blogging Software with EasyPHP

Create a new database by Create a new database by name “wordpress” (or name “wordpress” (or

any other name)any other name)

Page 26: Install WordPress Blogging Software with EasyPHP

Note: the collation – Note: the collation – UTF-8UTF-8

Page 27: Install WordPress Blogging Software with EasyPHP

Now Click Here

Now, Click Here

Page 28: Install WordPress Blogging Software with EasyPHP

Click “Privileges”Click “Privileges”

Page 29: Install WordPress Blogging Software with EasyPHP

Add a New User by name Add a New User by name “wordpress”“wordpress”

Click Here

Page 30: Install WordPress Blogging Software with EasyPHP

Enter “Login Enter “Login Information” and give Information” and give

“Global Privileges”“Global Privileges”Enter “wordpress” for user name

and “localhost” for Host. Type your password

Select “Use text field” for all

Click “Check All”

Click “Go”

Page 31: Install WordPress Blogging Software with EasyPHP

New User AddedNew User Added

Click “Privileges”

Page 32: Install WordPress Blogging Software with EasyPHP

Check Privileges on Check Privileges on wordpresswordpress

Page 33: Install WordPress Blogging Software with EasyPHP

Step 3: Install WordPressStep 3: Install WordPress Extract WordPress files to the “www” Extract WordPress files to the “www”

folder in EasyPHP installation folderfolder in EasyPHP installation folder Rename “wp-config-sample.php” to Rename “wp-config-sample.php” to

““wp-config.php”wp-config.php” Open “wp-config.php” and fill in the Open “wp-config.php” and fill in the

database informationdatabase information Run “install.php” from the Web Run “install.php” from the Web

Browser to install WordPress SoftwareBrowser to install WordPress Software

Page 34: Install WordPress Blogging Software with EasyPHP

Extract WordPress filesExtract WordPress files

Page 35: Install WordPress Blogging Software with EasyPHP

Note the location there !Note the location there !

Page 36: Install WordPress Blogging Software with EasyPHP

Extraction in Progress…Extraction in Progress…

Page 37: Install WordPress Blogging Software with EasyPHP

Browse to the “www” Browse to the “www” folderfolder

Page 38: Install WordPress Blogging Software with EasyPHP

Open “wordpress” folderOpen “wordpress” folder

Rename this file to wp-config.php

Page 39: Install WordPress Blogging Software with EasyPHP

After renaming…After renaming…

Page 40: Install WordPress Blogging Software with EasyPHP

Open wp-config.php with Open wp-config.php with any text editor (like any text editor (like

Notepad)Notepad)

Page 41: Install WordPress Blogging Software with EasyPHP

Fill in the database Fill in the database informationinformation

Enter ‘wordpress’ for DB_NAME and DB_USEREnter the password for DB_PASSWORD

which you provided while creating the user

Page 42: Install WordPress Blogging Software with EasyPHP

Save the file and closeSave the file and close

Page 43: Install WordPress Blogging Software with EasyPHP

Now Open LocalhostNow Open Localhost

Now you can see “wordpress” folder listed.Click “wordpress” folder to open it

Page 44: Install WordPress Blogging Software with EasyPHP

A message appears…A message appears…

Click on “install.php”

Page 45: Install WordPress Blogging Software with EasyPHP

The First StepThe First Step

Click Here

Page 46: Install WordPress Blogging Software with EasyPHP

Name Your BlogName Your Blog

Click Here

Page 47: Install WordPress Blogging Software with EasyPHP

The Second StepThe Second Step

Note usernameand password

Click Here to log in

Page 48: Install WordPress Blogging Software with EasyPHP

WordPress Admin LoginWordPress Admin Login

Enter Username and Password. Click Login

Page 49: Install WordPress Blogging Software with EasyPHP

Your Blog DashboardYour Blog Dashboard

Click on “View site” to view your blog

Page 50: Install WordPress Blogging Software with EasyPHP

Your Blog is ready !Your Blog is ready !

Page 51: Install WordPress Blogging Software with EasyPHP

Thank YouThank YouPlease send your queries, comments Please send your queries, comments

and suggestions toand suggestions [email protected][email protected]

[email protected]@gmail.com