{"id":2747,"date":"2015-03-15T18:13:11","date_gmt":"2015-03-15T18:13:11","guid":{"rendered":"http:\/\/bernatriera.es\/?p=2747"},"modified":"2015-03-15T19:16:29","modified_gmt":"2015-03-15T19:16:29","slug":"download-set-up-wordpress","status":"publish","type":"post","link":"https:\/\/bernatriera.es\/en\/download-set-up-wordpress\/","title":{"rendered":"Download and set up WordPress"},"content":{"rendered":"<p>Here I explain how to install WordPress on your hosting to have a professional website without much technical knowledge. Step by step to guide you how to download, install and set up\u00a0your website with WordPress correctly.<!--more--><\/p>\n<h2>Download and install WordPress folders:<\/h2>\n<ul>\n<li>Download the latest version of WordPress files here:\u00a0<a title=\"Wordpress download tutorial\" href=\"https:\/\/wordpress.org\/\">wordpress.org<\/a><\/li>\n<li>Unzip the folder and upload all these files and folders to your website\u00a0folder inside your hosting via FTP with any free tool like <a title=\"Filezilla\" href=\"https:\/\/filezilla-project.org\">Filezilla<\/a>.<\/li>\n<\/ul>\n<h3>Editing wp-config.php:<\/h3>\n<ul>\n<li>Once uploaded, locate the file called config-sample.php and remove\u00a0the <em>sample<\/em> word leaving it as config.php. Next we need to configure:\n<ol>\n<li>Secret key<\/li>\n<li>Data base<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<h4>Secret Key<\/h4>\n<p>Go to your internet browser and generate a unique security code easily googling &#8220;key generator wordpress&#8221;, or just going to\u00a0<a href=\"https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/\" target=\"_blank\">https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/<\/a>\u00a0(every time you click here a different code is generated)<\/p>\n<p><span style=\"text-decoration: underline;\"><em>Example:<\/em><em>\u00a0<\/em><\/span><\/p>\n<pre><span style=\"font-size: 8pt; color: #808080;\">define('AUTH_KEY',\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 '+}yc6?CSf26N&lt;h,C^j%3Ub)Ol))=6aM&amp;xGre4&gt;TU ,!H]wi+6)NX?Aw}ds.TlAWA');\u00a0<\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('SECURE_AUTH_KEY', 'IM!&lt;\/&gt;A:7,|=^ok7&gt;7dyxifI!G4Putc+Z![b&lt;~6L;huSc:!{FY;\/&lt;vVg-+ger.vX');\u00a0<\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('LOGGED_IN_KEY',\u00a0\u00a0 ')uff=A`j8UD2`XMg5sA}l+Z6 O}1lT=Q1M`o:x.II_m(?|p)m `P&gt;OZYo`s\/|?:*'); <\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('NONCE_KEY',\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 '|ZH*gtvh|!D2ROQ_6)BA@UtJ|YU$6ft&lt;49N#Av#;Ztmj85H9RG| Tla.qt%DA[|g'); <\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('AUTH_SALT',\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 'P-|sKKh#Ep|pUtd\/-7]^^l$d`$9O`1y9LnzixC^-AxPx$ [#o.,BwO=p24jHGqWH'); <\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('SECURE_AUTH_SALT', '-4dexpsraPio9^AfWh$+uJJ{_hcVCT}aO%TL}m[ {nn6B`v%$Qw]-fU5DuLcSg@0'); <\/span>\r\n<span style=\"font-size: 8pt; color: #808080;\">define('LOGGED_IN_SALT',\u00a0\u00a0 '@=pqAH,j6pAv9 TU-0@_,iCa!6L&amp;,#a Mjm}bg@+GH}&amp;lr`Wu20Q|6tI&amp;Npy60* '); <\/span>\r\n<span style=\"font-size: 8pt;\"><span style=\"color: #808080;\">define('NONCE_SALT',\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 '&gt;+oPOs=n&gt;z-YGu+mJ^)C#,)N6M&gt;+a*6&amp;?\/R-!]h];Mwre. g$ X`^LCXc2L|LOr}');<\/span><em>\u00a0<\/em><\/span><\/pre>\n<ul>\n<li>Copy these 8 lines that were generated randomly.<\/li>\n<li>Go back to your config.php file and edit it. Find the 8 lines that are similar to this code, usually around\u00a0\u00a0line 48. Replace them with the key you just generated and copied.<\/li>\n<\/ul>\n<h4>Configure the database details:<\/h4>\n<p>Around\u00a0line 17 you will find these 4 parameters that you have to change for\u00a0the 4 points that you&#8217;ve generated when creating a database in your server provider, so, for instace:<\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"216\">Defatult code<\/td>\n<td width=\"216\"><em>Changed with your parameters<\/em><\/td>\n<\/tr>\n<tr>\n<td width=\"216\"><span style=\"font-size: 10pt;\">\/\/ ** MySQL settings &#8211; You can get this info from your web host ** \/\/\/** The name of the database for WordPress *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_NAME&#8217;, <strong>&#8216;database_name_here&#8217;<\/strong>);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL database username *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_USER&#8217;, &#8216;<strong>username_here&#8217;<\/strong>);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL database password *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_PASSWORD&#8217;, &#8216;<strong>password_here<\/strong>&#8216;);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL hostname *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_HOST&#8217;, &#8216;<strong>localhost<\/strong>&#8216;);<em>\u00a0<\/em><\/span><\/td>\n<td width=\"216\"><span style=\"font-size: 10pt;\">\/\/ ** MySQL settings &#8211; You can get this info from your web host ** \/\/\/** The name of the database for WordPress *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_NAME&#8217;, &#8216;<strong>db143012664<\/strong>&#8216;);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL database username *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_USER&#8217;, &#8216;<strong>dbo143012664<\/strong>&#8216;);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL database password *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_PASSWORD&#8217;, &#8216;<strong>Mk82!imxg<\/strong>&#8216;);<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">\/** MySQL hostname *\/<\/span><\/p>\n<p><span style=\"font-size: 10pt;\">define(&#8216;DB_HOST&#8217;, &#8216;<strong>db443071264.db.hosting.com&#8217;<\/strong>);<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Now go to\u00a0your hosting provider and make sure your domain points not to the root of hosting folder, but to the\u00a0specific folder you just uploaded your WordPress, for example \/webrestaurant\/<\/p>\n<ul>\n<li>Once this is changed, open a browser and enter your domain in the URL followed by \/wp-admin\/install.php (restaurantexample.com\/wp-admin\/install.php). You should see a welcome page from WordPress.<\/li>\n<li>Enter the name of the web, user and password you will use to access the web. Here I recommend you to use a simpler one (compared with the database or FTP) because\u00a0you will use it more often.<\/li>\n<li>You can enter and start using your WordPress!<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Here I explain how to install WordPress on your hosting to have a professional website without much technical knowledge. Step by step to guide you how to download, install and set up\u00a0your website with WordPress correctly.<\/p>\n","protected":false},"author":1,"featured_media":2751,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[57,63],"tags":[],"class_list":["post-2747","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-3","category-start-up","cat-57-id","cat-63-id"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/posts\/2747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/comments?post=2747"}],"version-history":[{"count":5,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/posts\/2747\/revisions"}],"predecessor-version":[{"id":2755,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/posts\/2747\/revisions\/2755"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/media\/2751"}],"wp:attachment":[{"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/media?parent=2747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/categories?post=2747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bernatriera.es\/en\/wp-json\/wp\/v2\/tags?post=2747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}