Saturday, August 22, 2015

WordPress Installation Steps

WordPress Installation Steps

  1. Download the package from http://www.wordpress.org
  2. Open your root web server
  3. Put wordpress downloaded
  4. Extract it, you will get a folder named “wordpress_[version]”.
  5. For simple, rename the folder to be “wordpress” only.

Database Configuration:-

    1. Open your phpmyadmin
    2. create a database like wordpress
    3. Point your browser to http://localhost/wordpress. You should get like this:
wp1
    1. Click on create on configuration file. You should get like this:
wp2
    1. Click on Let’s go. You should get like this:
wp3
    1. Enter your database name earlier you have created(wordpress),
      dbuser : root , password : null, and create on submit. You should get like this:
wp4
    1. Run the install. You should get like this:
wp5
    1. Click on Let’s go. You should get like this:
    2. Site title :wordpress-demo
    3. Username :admin
    4. Password twice:admin
    5. Your email:admin@gmail.com
    6. click install wordpress. You should get like this :
wp6
Installation Successfully completed To customize your wordpress website Please Log In

No comments:

Post a Comment