Category Archives: PHP

How to Install wordpress?

If you are new to WordPress and don’t know how to install WordPress in your local system or live system, then follow the below steps and get a newly installed WordPress.

Download the Latest WordPress

You can download the latest WordPress version from this link. https://wordpress.org/download/

Step 1)

Abstract the zip where you need to set up the WordPress. If you need to set it up on your local server, then make a new folder, which is your project name, like “Blogging,” and put all the files and folders into the new folder from the abstract zip folder. If you need to set up a live server, then just copy all files and folders into the hosting panel from the abstract zip folder.

Step 2)

Now make one new empty database on your local or live system. like “blogging.”

Step 3)

Run the URL in the browser. If you set up your WordPress in the local server, then run the URL in the browser like “http://localhost/blogging.” If you set up your WordPress on the live server, then run the URL in the browser like “http://blogging.com.”

Step 4)

WordPress

In your browser, you can see one form like the one below.

  • Enter your database name in the first field, which you make in the database, like “blogging.”
  • Enter your database username and password in the next two fields.
  • In the database host, if you use a local server, then put the hostname as it is; if you use a live server, then check your hostname from the database and insert that hostname in that field.
  • If you want another prefix, then you can enter it in the prefix section; otherwise, leave it as it is.
  • Submit the form, and you can get a new form as seen in step 5.

Step 5)

WordPress
  • Now enter your website title.
  • Enter your username and password in the next two fields. which is your WordPress admin login access.
  • Enter your email address where you can get notifications from WordPress.
  • Click on the install WordPress button.

Step 6)

Now your WordPress is completed.