{"id":376,"date":"2021-06-28T11:02:25","date_gmt":"2021-06-28T11:02:25","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=376"},"modified":"2021-06-28T11:08:06","modified_gmt":"2021-06-28T11:08:06","slug":"how-to-install-wordpress","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/","title":{"rendered":"How to Install WordPress"},"content":{"rendered":"<p>The community of programmers come together to create an easy to install and ready made blog with thousands of themes and developed WordPress as a free open source blogging platform for web developers and bloggers. WordPress is designed using PHP with MySQL Database support to store data. It is well known for its ease of installation. WordPress is a very simple process for installing and take less time for complete installation. Many web hosts also offer tools like Fantastico for automatically installation of WordPress from control panel. If you already have a domain name and web hosting account and you want to install WordPress yourself then follow the steps.<\/p>\n<p>WordPress installation is very easy and simple. Before proceeding with installation, you need to have access to your site and its directory and software to move with the installation. Which may includes Access to your web server via shell or FTP, Requires a\u00a0 text editor, FTP Client and a web browser of choice.<\/p>\n<ul>\n<li>Before downloading the latest version of WordPress from its official site please check to ensure that you and your web host have the minimum requirements to run WordPress.<\/li>\n<li>Once you have completed with the checking of requirements Unzip the downloaded file to a folder on your hard drive and use the FTP software to upload the files into your chosen web host directory.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-377\" src=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-1-300x144.png\" alt=\"cms-1\" width=\"520\" height=\"250\" srcset=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-1-300x144.png 300w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-1.png 520w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<ul>\n<li>After uploading WordPress create a database for WordPress on your web server as well as a MySQL user who has all privileges for accessing and modifying it. Give a name to your database and click on Create Database.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-378\" src=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-2-300x110.png\" alt=\"cms-2\" width=\"987\" height=\"362\" srcset=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-2-300x110.png 300w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-2-768x282.png 768w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-2.png 987w\" sizes=\"auto, (max-width: 987px) 100vw, 987px\" \/><\/p>\n<ul>\n<li>Next head to\u00a0MySQL Databases page in your cPanel account, scroll down to MySQL Users section and give the username and password for your new user and click on Create a User button.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-379\" src=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-3-300x138.png\" alt=\"cms-3\" width=\"987\" height=\"453\" srcset=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-3-300x138.png 300w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-3-768x352.png 768w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-3.png 987w\" sizes=\"auto, (max-width: 987px) 100vw, 987px\" \/><\/p>\n<ul>\n<li>Rename the wp-config-sample.php file to wp-config.php.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-380\" src=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-4-300x131.png\" alt=\"cms-4\" width=\"575\" height=\"251\" srcset=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-4-300x131.png 300w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-4.png 575w\" sizes=\"auto, (max-width: 575px) 100vw, 575px\" \/><\/p>\n<ul>\n<li>Now open wp-config.php in a text editor and\u00a0fill in the database\u00a0information under the section named \u2013<\/li>\n<\/ul>\n<p><code>\/\/ ** MySQL settings - You can get this info from your web host ** \/\/<\/code><\/p>\n<p><strong>DB_NAME<\/strong><br \/>\nThe name of the database you created for WordPress.<br \/>\n<strong>DB_USER<\/strong><br \/>\nThe username you created for WordPress.<br \/>\n<strong>DB_PASSWORD<\/strong><br \/>\nThe password you chose for the WordPress username.<br \/>\n<strong>DB_HOST<\/strong><br \/>\nThe hostname (usually localhost, but not always; see some possible DB_HOST values). If a port, socket, or pipe is necessary, append a colon (:) and then the relevant information to the hostname.<br \/>\n<strong>DB_CHARSET<\/strong><br \/>\nThe database character set, normally should not be changed.<br \/>\n<strong>DB_COLLATE<\/strong><br \/>\nThe database collation should normally be left blank.<\/p>\n<ul>\n<li>Enter your secret key values under the section labeled\\<\/li>\n<\/ul>\n<p><strong>* Authentication Unique Keys.<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-385\" src=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-5-300x247.png\" alt=\"cms-5\" width=\"590\" height=\"486\" srcset=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-5-300x247.png 300w, https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-5.png 590w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Save the wp-config.php file.<\/li>\n<li>Upload all your WordPress files in the desired location on your web server.<\/li>\n<\/ul>\n<ul>\n<li>Now Run the WordPress installation script by accessing wp-admin\/install.php in a web browser to ensure that it is working or not.<\/li>\n<\/ul>\n<p><a href=\"https:\/\/ownwebservers.com\/\">OwnWebServers hosting services<\/a> offers affordable and secure cPanel hosting packages with all features that helps you to install WordPress with fully support and services.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The community of programmers come together to create an easy to install and ready made blog with thousands of themes and developed WordPress as a free open source blogging platform for web developers and bloggers. WordPress is designed using PHP with MySQL Database support to store data. It is well known for its ease of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27,24],"tags":[],"class_list":["post-376","post","type-post","status-publish","format-standard","hentry","category-cms-hosting","category-web-hosting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install WordPress - OWS KB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install WordPress - OWS KB\" \/>\n<meta property=\"og:description\" content=\"The community of programmers come together to create an easy to install and ready made blog with thousands of themes and developed WordPress as a free open source blogging platform for web developers and bloggers. WordPress is designed using PHP with MySQL Database support to store data. It is well known for its ease of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-28T11:02:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-28T11:08:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-1-300x144.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"2 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/ownwebservers.com\/kb\/wp-content\/uploads\/2021\/06\/cms-1.png\",\"width\":520,\"height\":250,\"caption\":\"cms-1\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\",\"name\":\"How to Install WordPress - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/#primaryimage\"},\"datePublished\":\"2021-06-28T11:02:25+00:00\",\"dateModified\":\"2021-06-28T11:08:06+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/how-to-install-wordpress\/\",\"name\":\"How to Install WordPress\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=376"}],"version-history":[{"count":4,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/376\/revisions"}],"predecessor-version":[{"id":386,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/376\/revisions\/386"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}