SlideShare uma empresa Scribd logo
1 de 15
How to install wordpress on wampserver
Followingsteptodownloadandinstall wampserver.
1) http://www.wampserver.com/en/download.php
WhenyoudownloadWampServerfromthe URL providedabove,you will be takento
SourceForge todownloadWampServer.
Once downloaded,runthe installer.
2) Clickon “I acceptthe agreement”andclick on nextbutton.
3) Choose yourinstallationdirectory.The defaultlocationis C:/wamp.
4) youcan choose if youwouldlike tohave a QuickLaunch iconand a Desktopiconso that youcan
quicklyopenWampServeronce ithasbeeninstalledandclickon nextbutton.
I accept theagreement
Next
5) Clickon install button.
6) Note:Gettingthe mail() functiontoworkcorrectlyina local environmentisoftentricky,so
don’tgetsurprisedif mailingfunctionsdon’twork!
Clickon nextbutton.
7) You can click Finish tolaunchWampServer.
Upon successful installation,youwill now notice anew iconinyourtaskbar that lookslike this:
1) clickon Apache httpd.conf
2) Pressctrl+f andfind80. You can write downListen 8080. save and close notepad.
3) Start all services.
Using your localhost web server
Openupyour webbrowserandnavigate to localhost:8080
Setting Up WordPress
1) To get the ball rolling, we are going to quickly set up a WordPress site in our localhost
web server.
2) First, download WordPress.
3) Once downloaded, extract the WordPress files to your newly created
c:wampwwwwebsite folder.

Editing wp-config.php
As part of the WordPress installation, you must modify the wp-config.php file to define the
WordPress configuration settings required to access your MySQL database.
This file, wp-config.php, does not exist in a downloaded copy of WordPress; you need to create
it. The wp-config-sample.php file is provided as an example to work from. Save it as wp-
config.php before editing. Advanced settings and examples are provided below.
To change the wp-config.php file for your installation, you will need this information:
Database Name
Database Name usedbyWordPress
Database Username
Username usedtoaccess Database
Database Password
PasswordusedbyUsername to accessDatabase
Database Host
The hostname of your Database Server.A port number,Unix socketfile pathorpipe maybe
neededaswell.
If your hosting provider installed WordPress for you, get the information from them. If you
manage your own web server or hosting account, you will have this information as a result of
creating the database and user.
WARNING:Before youmodifythe wp-config-sample.php file oran existing wp-config.php file:
The contents of the wp-config-sample.php file are in a specific order. The order matters. If
you already have a wp-config.php file, rearranging the contents of the file may create errors on
your blog.
Configure Database Settings
Important: never use a word processor like Microsoft Word for editing WordPress files!
Locate the file wp-config-sample.php in the base directory of your WordPress directory and
open in a text editor.
NOTE: Since Version2.6,wp-config.php can be moved to the directorydirectlyabove the WordPress
applicationdirectory.
Default wp-config-sample.php
This is an example of a default wp-config-sample.php. The values here are examples to show
you what to do. You need to make changes on your own web site not here. If you make changes
here by using the edit button, they will not work and you will be showing your password details
to the world.
To change the wp-config.php file for your installation, you will need this information:
Database Name
define( 'DB_NAME', ‘WordPress’);
Database Username
define( 'DB_USER', ‘root’ );
Database Password
define( 'DB_PASSWORD', '' );
Creating the WordPress MySQLDatabase
1) Clickon phpmyadmin
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
2) Write downusername rootand password(null) andclickongo.
3) Create database.
Once phpMyAdmin launches, create a new database with the same name as your live setup.
Here, I just called my database wordpress, but I advise you to name it something else so that you
reduce the chances of a successful bruteforce MySQL attack.
Install WordPress
Now browse to http://localhost/website and follow the prompts to set up WordPress.
Whenyouget to the database screen,we will be settingthe MySQLusername to rootandwe
won’tseta password.We are usingthese detailsbecausewe have notsetupany usersinour
localhostMySQLdatabase yet.
If the database is created successfully, you will be prompted to continue the installation. Just
click Run the install to install WordPress on your localhost web server.
If everything goes according to plan, you’ll see the Success! screen. Excellent, everything is now
set up for WordPress.
Enter username andpasswordandclickonlog inbutton.
Enjoycreatingwithwordpress…!!

Mais conteúdo relacionado

Mais procurados

How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...
How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...
How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...CloudMinister Technologies Pvt. Ltd
 
Cms drupal installation & configuration anil mishra
Cms drupal installation & configuration   anil mishraCms drupal installation & configuration   anil mishra
Cms drupal installation & configuration anil mishraAnil Mishra
 
Hardening WordPress. Few steps to more secure installation.
Hardening WordPress. Few steps to more secure installation.Hardening WordPress. Few steps to more secure installation.
Hardening WordPress. Few steps to more secure installation.Marcin Chwedziak
 
Worcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20minsWorcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20minsChandra Prakash Thapa
 
Installing apache sqoop
Installing apache sqoopInstalling apache sqoop
Installing apache sqoopEnrique Davila
 
How to install ReactJS software
How to install ReactJS software How to install ReactJS software
How to install ReactJS software VigneshVijay21
 
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 minsChandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 minswpnepal
 
Installing hadoop on ubuntu 16
Installing hadoop on ubuntu 16Installing hadoop on ubuntu 16
Installing hadoop on ubuntu 16Enrique Davila
 
Installing hive on ubuntu 16
Installing hive on ubuntu 16Installing hive on ubuntu 16
Installing hive on ubuntu 16Enrique Davila
 
Web server installation_configuration_apache
Web server installation_configuration_apacheWeb server installation_configuration_apache
Web server installation_configuration_apacheShaojie Yang
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hostingwebhostingguy
 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed storeirfan1008
 

Mais procurados (20)

Digital Strategy Works - Moving Wordpress
Digital Strategy Works - Moving WordpressDigital Strategy Works - Moving Wordpress
Digital Strategy Works - Moving Wordpress
 
Apache
ApacheApache
Apache
 
Apache
ApacheApache
Apache
 
How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...
How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...
How to install and configure lamp (linux,apache mysql mariadb,php) with jooml...
 
Cms drupal installation & configuration anil mishra
Cms drupal installation & configuration   anil mishraCms drupal installation & configuration   anil mishra
Cms drupal installation & configuration anil mishra
 
Hardening WordPress. Few steps to more secure installation.
Hardening WordPress. Few steps to more secure installation.Hardening WordPress. Few steps to more secure installation.
Hardening WordPress. Few steps to more secure installation.
 
Linux-08
Linux-08Linux-08
Linux-08
 
Worcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20minsWorcamp2012 make a wordpress multisite in 20mins
Worcamp2012 make a wordpress multisite in 20mins
 
Installing apache sqoop
Installing apache sqoopInstalling apache sqoop
Installing apache sqoop
 
How to install ReactJS software
How to install ReactJS software How to install ReactJS software
How to install ReactJS software
 
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 minsChandra Prakash Thapa: Make a WordPress Multisite in 20 mins
Chandra Prakash Thapa: Make a WordPress Multisite in 20 mins
 
Installing hadoop on ubuntu 16
Installing hadoop on ubuntu 16Installing hadoop on ubuntu 16
Installing hadoop on ubuntu 16
 
Installing hive on ubuntu 16
Installing hive on ubuntu 16Installing hive on ubuntu 16
Installing hive on ubuntu 16
 
grate techniques
grate techniquesgrate techniques
grate techniques
 
Web server installation_configuration_apache
Web server installation_configuration_apacheWeb server installation_configuration_apache
Web server installation_configuration_apache
 
Apache Web Server Setup 2
Apache Web Server Setup 2Apache Web Server Setup 2
Apache Web Server Setup 2
 
Apache Web Server Setup 1
Apache Web Server Setup 1Apache Web Server Setup 1
Apache Web Server Setup 1
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hosting
 
Caching and invalidating with managed store
Caching and invalidating with managed storeCaching and invalidating with managed store
Caching and invalidating with managed store
 
Apache Web Server Setup 4
Apache Web Server Setup 4Apache Web Server Setup 4
Apache Web Server Setup 4
 

Destaque

Manual de apoio à pratica
Manual de apoio à praticaManual de apoio à pratica
Manual de apoio à praticaIsabel Ferreira
 
Manual de apoio à pratica
Manual de apoio à praticaManual de apoio à pratica
Manual de apoio à praticaIsabel Ferreira
 
Ateam ppt updated 102113
Ateam ppt updated 102113Ateam ppt updated 102113
Ateam ppt updated 102113Mark Papa
 
Jon miguel opina
Jon miguel opinaJon miguel opina
Jon miguel opinajoliver1994
 
Lahidrografadepuertorico ppt-110905085930-phpapp02
Lahidrografadepuertorico ppt-110905085930-phpapp02Lahidrografadepuertorico ppt-110905085930-phpapp02
Lahidrografadepuertorico ppt-110905085930-phpapp02historiapr678
 
Alex fin de semana perfecto
Alex fin de semana perfectoAlex fin de semana perfecto
Alex fin de semana perfectovivasexto
 
Agenda openbaar gedeelte raadszitting 13 januari 2016
Agenda openbaar gedeelte raadszitting 13 januari 2016Agenda openbaar gedeelte raadszitting 13 januari 2016
Agenda openbaar gedeelte raadszitting 13 januari 2016SociaalHuisKnokkeHeist
 

Destaque (11)

Manual de apoio à pratica
Manual de apoio à praticaManual de apoio à pratica
Manual de apoio à pratica
 
Manual de apoio à pratica
Manual de apoio à praticaManual de apoio à pratica
Manual de apoio à pratica
 
Ateam ppt updated 102113
Ateam ppt updated 102113Ateam ppt updated 102113
Ateam ppt updated 102113
 
L essence
L essenceL essence
L essence
 
Jon miguel opina
Jon miguel opinaJon miguel opina
Jon miguel opina
 
Lahidrografadepuertorico ppt-110905085930-phpapp02
Lahidrografadepuertorico ppt-110905085930-phpapp02Lahidrografadepuertorico ppt-110905085930-phpapp02
Lahidrografadepuertorico ppt-110905085930-phpapp02
 
100027032
100027032100027032
100027032
 
Alex fin de semana perfecto
Alex fin de semana perfectoAlex fin de semana perfecto
Alex fin de semana perfecto
 
Agenda openbaar gedeelte raadszitting 13 januari 2016
Agenda openbaar gedeelte raadszitting 13 januari 2016Agenda openbaar gedeelte raadszitting 13 januari 2016
Agenda openbaar gedeelte raadszitting 13 januari 2016
 
animoto
animotoanimoto
animoto
 
El lladre de bicicletes
El lladre de bicicletesEl lladre de bicicletes
El lladre de bicicletes
 

Semelhante a How to install wordpress on wampserver

Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right WayChris Burgess
 
How To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHow To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHost It Smart
 
Installation xampp and WordPress on localhost
Installation xampp and WordPress on localhostInstallation xampp and WordPress on localhost
Installation xampp and WordPress on localhostLuzan Baral
 
Creating Local WordPress Installs
Creating Local WordPress InstallsCreating Local WordPress Installs
Creating Local WordPress Installsmcgaritydotme
 
How to install a local instance of WordPress
How to install a local instance of WordPressHow to install a local instance of WordPress
How to install a local instance of WordPresssomisguided
 
Install Word Press with xampp
Install Word Press with xamppInstall Word Press with xampp
Install Word Press with xamppMehdi Sharifirad
 
Quick start website manually installing word press pdf
Quick start website manually installing word press pdfQuick start website manually installing word press pdf
Quick start website manually installing word press pdfviet nghiem
 
Install WordPress Blogging Software with EasyPHP
Install WordPress Blogging Software with EasyPHPInstall WordPress Blogging Software with EasyPHP
Install WordPress Blogging Software with EasyPHPRupesh Kumar
 
WordPress Migrations 101 - WordCamp Orlando
WordPress Migrations 101 - WordCamp OrlandoWordPress Migrations 101 - WordCamp Orlando
WordPress Migrations 101 - WordCamp OrlandoSiteGround.com
 
Wordpress
WordpressWordpress
Wordpressmandipk
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverGarin Kilpatrick
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop Ella J Designs
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments Ohad Raz
 
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal Neupane
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal NeupaneWordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal Neupane
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal NeupanePankaj Subedi
 
Dockerizing WordPress
Dockerizing WordPressDockerizing WordPress
Dockerizing WordPressdotCloud
 
Dockerizing WordPress
Dockerizing WordPressDockerizing WordPress
Dockerizing WordPressDocker, Inc.
 

Semelhante a How to install wordpress on wampserver (20)

Set up dev environment
Set up dev environmentSet up dev environment
Set up dev environment
 
Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right Way
 
How To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdfHow To Install WordPress On VPS Hosting.pdf
How To Install WordPress On VPS Hosting.pdf
 
Installation xampp and WordPress on localhost
Installation xampp and WordPress on localhostInstallation xampp and WordPress on localhost
Installation xampp and WordPress on localhost
 
Creating Local WordPress Installs
Creating Local WordPress InstallsCreating Local WordPress Installs
Creating Local WordPress Installs
 
How to install a local instance of WordPress
How to install a local instance of WordPressHow to install a local instance of WordPress
How to install a local instance of WordPress
 
Install Word Press with xampp
Install Word Press with xamppInstall Word Press with xampp
Install Word Press with xampp
 
Quick start website manually installing word press pdf
Quick start website manually installing word press pdfQuick start website manually installing word press pdf
Quick start website manually installing word press pdf
 
Wordpress install setup
Wordpress install setupWordpress install setup
Wordpress install setup
 
Install WordPress Blogging Software with EasyPHP
Install WordPress Blogging Software with EasyPHPInstall WordPress Blogging Software with EasyPHP
Install WordPress Blogging Software with EasyPHP
 
WordPress Migrations 101 - WordCamp Orlando
WordPress Migrations 101 - WordCamp OrlandoWordPress Migrations 101 - WordCamp Orlando
WordPress Migrations 101 - WordCamp Orlando
 
Wordpress
WordpressWordpress
Wordpress
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in Dreamweaver
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop
 
Installation of wordpress
Installation of wordpressInstallation of wordpress
Installation of wordpress
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
 
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal Neupane
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal NeupaneWordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal Neupane
WordPress Biratnagar Meetup #1Wordpress Installation : By Sajjal Neupane
 
Dockerizing WordPress
Dockerizing WordPressDockerizing WordPress
Dockerizing WordPress
 
Dockerizing WordPress
Dockerizing WordPressDockerizing WordPress
Dockerizing WordPress
 
Mysql
MysqlMysql
Mysql
 

How to install wordpress on wampserver

  • 1. How to install wordpress on wampserver Followingsteptodownloadandinstall wampserver. 1) http://www.wampserver.com/en/download.php WhenyoudownloadWampServerfromthe URL providedabove,you will be takento SourceForge todownloadWampServer. Once downloaded,runthe installer. 2) Clickon “I acceptthe agreement”andclick on nextbutton.
  • 2. 3) Choose yourinstallationdirectory.The defaultlocationis C:/wamp. 4) youcan choose if youwouldlike tohave a QuickLaunch iconand a Desktopiconso that youcan quicklyopenWampServeronce ithasbeeninstalledandclickon nextbutton. I accept theagreement Next
  • 3. 5) Clickon install button. 6) Note:Gettingthe mail() functiontoworkcorrectlyina local environmentisoftentricky,so don’tgetsurprisedif mailingfunctionsdon’twork! Clickon nextbutton.
  • 4. 7) You can click Finish tolaunchWampServer. Upon successful installation,youwill now notice anew iconinyourtaskbar that lookslike this:
  • 5. 1) clickon Apache httpd.conf 2) Pressctrl+f andfind80. You can write downListen 8080. save and close notepad.
  • 6. 3) Start all services.
  • 7. Using your localhost web server Openupyour webbrowserandnavigate to localhost:8080 Setting Up WordPress 1) To get the ball rolling, we are going to quickly set up a WordPress site in our localhost web server. 2) First, download WordPress. 3) Once downloaded, extract the WordPress files to your newly created c:wampwwwwebsite folder.  Editing wp-config.php As part of the WordPress installation, you must modify the wp-config.php file to define the WordPress configuration settings required to access your MySQL database. This file, wp-config.php, does not exist in a downloaded copy of WordPress; you need to create it. The wp-config-sample.php file is provided as an example to work from. Save it as wp- config.php before editing. Advanced settings and examples are provided below. To change the wp-config.php file for your installation, you will need this information:
  • 8. Database Name Database Name usedbyWordPress Database Username Username usedtoaccess Database Database Password PasswordusedbyUsername to accessDatabase Database Host The hostname of your Database Server.A port number,Unix socketfile pathorpipe maybe neededaswell. If your hosting provider installed WordPress for you, get the information from them. If you manage your own web server or hosting account, you will have this information as a result of creating the database and user. WARNING:Before youmodifythe wp-config-sample.php file oran existing wp-config.php file: The contents of the wp-config-sample.php file are in a specific order. The order matters. If you already have a wp-config.php file, rearranging the contents of the file may create errors on your blog. Configure Database Settings Important: never use a word processor like Microsoft Word for editing WordPress files! Locate the file wp-config-sample.php in the base directory of your WordPress directory and open in a text editor. NOTE: Since Version2.6,wp-config.php can be moved to the directorydirectlyabove the WordPress applicationdirectory. Default wp-config-sample.php This is an example of a default wp-config-sample.php. The values here are examples to show you what to do. You need to make changes on your own web site not here. If you make changes
  • 9. here by using the edit button, they will not work and you will be showing your password details to the world. To change the wp-config.php file for your installation, you will need this information: Database Name define( 'DB_NAME', ‘WordPress’); Database Username define( 'DB_USER', ‘root’ ); Database Password define( 'DB_PASSWORD', '' ); Creating the WordPress MySQLDatabase 1) Clickon phpmyadmin // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' ); /** MySQL database username */ define( 'DB_USER', 'username_here' ); /** MySQL database password */ define( 'DB_PASSWORD', 'password_here' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' );
  • 10.
  • 11. 2) Write downusername rootand password(null) andclickongo. 3) Create database. Once phpMyAdmin launches, create a new database with the same name as your live setup. Here, I just called my database wordpress, but I advise you to name it something else so that you reduce the chances of a successful bruteforce MySQL attack.
  • 12. Install WordPress Now browse to http://localhost/website and follow the prompts to set up WordPress. Whenyouget to the database screen,we will be settingthe MySQLusername to rootandwe won’tseta password.We are usingthese detailsbecausewe have notsetupany usersinour localhostMySQLdatabase yet.
  • 13. If the database is created successfully, you will be prompted to continue the installation. Just click Run the install to install WordPress on your localhost web server. If everything goes according to plan, you’ll see the Success! screen. Excellent, everything is now set up for WordPress.