{"id":628,"date":"2020-03-25T04:04:53","date_gmt":"2020-03-25T04:04:53","guid":{"rendered":"https:\/\/elasvi.com\/?p=628"},"modified":"2021-05-02T08:55:35","modified_gmt":"2021-05-02T08:55:35","slug":"instalar-wordpress-en-linux-debian-10-apache-php-mysql-mariadb","status":"publish","type":"post","link":"https:\/\/elasvi.com\/index.php\/2020\/03\/25\/instalar-wordpress-en-linux-debian-10-apache-php-mysql-mariadb\/","title":{"rendered":"Instalar WordPress en Linux (Debian 10) Apache, PHP, MySQL-MariaDB."},"content":{"rendered":"\n<p>\u00a1Hola! Si prefiere dejar\u00e9 aqu\u00ed un v\u00eddeo con la instalaci\u00f3n.  <\/p>\n\n\n\n<p>Si no, contin\u00fae leyendo :3  <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"ast-oembed-container \" style=\"height: 100%;\"><iframe loading=\"lazy\" title=\"Instalar WordPress en Linux (Debian 10) Completo -Apache, PHP, MySQL-MariaDB- Localhost\ud83d\udc3c\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/4X6ePP7lDbA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><figcaption>V\u00eddeo: Instalaci\u00f3n de WordPress en Linux.<\/figcaption><\/figure>\n\n\n\n<p>La instalaci\u00f3n es de forma local (localhost), \u00fatil para aprender o practicar.<\/p>\n\n\n\n<p>Primero hay que realizar la instalaci\u00f3n del <strong>servidor web Apache<\/strong>. <\/p>\n\n\n\n<p>Digite el siguiente comando.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install apache2<\/code><\/pre>\n\n\n\n<p>Hay que entrar al modo administrador para instalar, as\u00ed que le pedir\u00e1 su contrase\u00f1a.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/01-5.png\" alt=\"\" class=\"wp-image-629\" width=\"592\" height=\"403\"\/><figcaption><em><strong>Ilustraci\u00f3n 1: <\/strong>Comando.<\/em><\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador, escriba localhost y vea si ya est\u00e1 instalado.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/02-6.png\" alt=\"\" class=\"wp-image-630\" width=\"592\" height=\"373\"\/><figcaption><em><strong>Ilustraci\u00f3n 2: <\/strong>Localhost.<\/em><\/figcaption><\/figure><\/div>\n\n\n\n<p><strong>Para instalar php.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install php7.3<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/03-6.png\" alt=\"\" class=\"wp-image-631\" width=\"590\" height=\"400\"\/><figcaption> <em><strong>Ilustraci\u00f3n 3: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Reinicie el servidor.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service apache2 restart<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/04-4.png\" alt=\"\" class=\"wp-image-632\" width=\"591\" height=\"66\"\/><figcaption> <em><strong>Ilustraci\u00f3n 4: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>En este tutorial se utiliza el editor vim, si no lo tiene instalado digite este comando.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install vim<\/code><\/pre>\n\n\n\n<p>Ingrese al editor vim.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vim \/var\/www\/html\/php.php<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/05-5.png\" alt=\"\" class=\"wp-image-633\" width=\"592\" height=\"23\"\/><figcaption> <em><strong>Ilustraci\u00f3n 5: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>&nbsp;Presione i para poder editar y escriba o copie lo siguiente.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\techo phpinfo();<\/code><\/pre>\n\n\n\n<p>presione ESC y luego <strong>:wq<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/06-5.png\" alt=\"\" class=\"wp-image-634\" width=\"591\" height=\"409\"\/><figcaption> <em><strong>Ilustraci\u00f3n 6<\/strong>: Editor Vim.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador y escriba.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>localhost\/php.php<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/07-4.png\" alt=\"\" class=\"wp-image-635\" width=\"593\" height=\"333\"\/><figcaption> <em><strong>Ilustraci\u00f3n 7: <\/strong>php.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Ya est\u00e1 instalado php.<\/p>\n\n\n\n<script async=\"\" src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n<!-- Anuncio horizontal -->\n<ins class=\"adsbygoogle\" style=\"display:block\" data-ad-client=\"ca-pub-2225321393472807\" data-ad-slot=\"8599611374\" data-ad-format=\"auto\" data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p><strong>Para instalar la base de datos.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install mariadb-server<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/08-3.png\" alt=\"\" class=\"wp-image-636\" width=\"591\" height=\"403\"\/><figcaption> <em><strong>Ilustraci\u00f3n 8: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mysql_secure_installation<\/code><\/pre>\n\n\n\n<p>Presione Enter, Y (Yes) e ingrese la contrase\u00f1a 2 veces.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/09-4.png\" alt=\"\" class=\"wp-image-639\" width=\"591\" height=\"409\"\/><figcaption> <em><strong>Ilustraci\u00f3n 9: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Responda estas preguntas:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Remove anonymous user?                       <strong> [Y\/n] Yes <\/strong><\/li><li>Disallow root login remotely                   <strong> [Y\/n] No <\/strong><\/li><li>Remove test database and access to it? <strong> [Y\/n] Yes <\/strong><\/li><li>Reload privilege tables now?                   <strong> [Y\/n] Yes<\/strong><\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/10-3.png\" alt=\"\" class=\"wp-image-641\" width=\"590\" height=\"409\"\/><figcaption> <em><strong>Ilustraci\u00f3n 10: <\/strong>Respuestas.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Para entrar&nbsp;&nbsp; <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mariadb<\/code><\/pre>\n\n\n\n<p>Para salir<\/p>\n\n\n\n<p>CTRL+C o exit<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/11-3.png\" alt=\"\" class=\"wp-image-642\" width=\"593\" height=\"198\"\/><figcaption> <em><strong>Ilustraci\u00f3n 11: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Continue<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install libapache2-mod-php php-mysql<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/12-2.png\" alt=\"\" class=\"wp-image-643\" width=\"592\" height=\"193\"\/><figcaption> <em><strong>Ilustraci\u00f3n 12: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service apache2 restart<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/13-2.png\" alt=\"\" class=\"wp-image-644\" width=\"591\" height=\"35\"\/><figcaption> <em><strong>Ilustraci\u00f3n 13: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador y refresque con F5.<\/p>\n\n\n\n<p>Revise si se a\u00f1adi\u00f3 mysql (b\u00fasquelo con CTRL+F).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/14-1.png\" alt=\"\" class=\"wp-image-645\" width=\"591\" height=\"269\"\/><figcaption> <em><strong>Ilustraci\u00f3n 14: <\/strong>My SQL.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Descargue WordPress  <a href=\"https:\/\/es.wordpress.org\/\">https:\/\/es.wordpress.org\/<\/a> <\/p>\n\n\n\n<p>Click en consigue WordPress<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/15-2.png\" alt=\"\" class=\"wp-image-646\" width=\"591\" height=\"289\"\/><figcaption> <em><strong>Ilustraci\u00f3n 15: <\/strong>P\u00e1gina web WordPress.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Click en descargar wordpress y espere que se descargue.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/16-2.png\" alt=\"\" class=\"wp-image-647\" width=\"592\" height=\"206\"\/><figcaption> <em><strong>Ilustraci\u00f3n 16: <\/strong>Descarga WordPress.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Tengo una carpeta llamada <strong>Programas<\/strong> donde pongo estos archivos pero ustedes pueden dejarlo en <strong>Descargas<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/17-2.png\" alt=\"\" class=\"wp-image-648\" width=\"591\" height=\"296\"\/><figcaption> <em><strong>Ilustraci\u00f3n 17: <\/strong>Archivo WordPress..<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Click derecho en el programa y seleccione <strong>Extraer aqu\u00ed<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/18-2.png\" alt=\"\" class=\"wp-image-649\" width=\"590\" height=\"429\"\/><figcaption> <em><strong>Ilustraci\u00f3n 18: <\/strong>Extraer.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Se puede mover la carpeta as\u00ed o tambi\u00e9n por comandos.<\/p>\n\n\n\n<p>Vaya a la consola y escriba.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo cp -r \/home\/eri\/programas\/wordpress-5.3.2-es ES \/var\/www\/html\/<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/20-2.png\" alt=\"\" class=\"wp-image-651\" width=\"592\" height=\"30\"\/><figcaption> <em><strong>Ilustraci\u00f3n 19: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p><strong>IMPORTANTE:<\/strong> Esta ruta va a cambiar dependiendo del nombre de sus carpetas. Para encontrar su ruta vaya a la carpeta donde est\u00e1 WordPress (En su caso <strong>Descargas<\/strong> si no movi\u00f3 el archivo), vaya a la parte superior y escriba CTRL+L, esa es su ruta, reemplace esa ruta por esta \/home<strong>\/eri\/programas<\/strong>\/wordpress-5.3.2-es ES \/var\/www\/html\/<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/19-2.png\" alt=\"\" class=\"wp-image-650\" width=\"591\" height=\"331\"\/><figcaption> <em><strong>Ilustraci\u00f3n 20: <\/strong>Ruta.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Revise si se movi\u00f3.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls \/var\/www\/html\/<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/21-1.png\" alt=\"\" class=\"wp-image-652\" width=\"591\" height=\"44\"\/><figcaption> <em><strong>Ilustraci\u00f3n 21: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Cambie el nombre por comodidad.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv \/var\/www\/html\/wordpress-5.3.2-es ES\/ \/var\/www\/html\/wordpress<\/code><\/pre>\n\n\n\n<p>Revise.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> ls \/var\/www\/html\/<\/code><\/pre>\n\n\n\n<p>Saque los archivos de la carpeta.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv \/var\/www\/html\/wordpress \/var\/www\/html\/wordpress1\nsudo mv \/var\/www\/html\/wordpress1\/wordpress \/var\/www\/html\/wordpress<\/code><\/pre>\n\n\n\n<p> Revise. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls \/var\/www\/html\/<\/code><\/pre>\n\n\n\n<p>Elimine la carpeta.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo rm -r \/var\/www\/html\/wordpress<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/22-1.png\" alt=\"\" class=\"wp-image-653\" width=\"590\" height=\"132\"\/><figcaption> <em><strong>Ilustraci\u00f3n 22: <\/strong>Comandos.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador y escriba: <strong>localhost\/wordpress\/<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/23-1.png\" alt=\"\" class=\"wp-image-654\" width=\"593\" height=\"368\"\/><figcaption> <em><strong>Ilustraci\u00f3n 23: <\/strong>localhost\/wordpress.<\/em><\/figcaption><\/figure><\/div>\n\n\n\n<p>Listo.<\/p>\n\n\n\n<script async=\"\" src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n<!-- Anuncio horizontal -->\n<ins class=\"adsbygoogle\" style=\"display:block\" data-ad-client=\"ca-pub-2225321393472807\" data-ad-slot=\"8599611374\" data-ad-format=\"auto\" data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p>Ahora descargue MySQL Workbench.  <a href=\"https:\/\/dev.mysql.com\/downloads\/workbench\/\">https:\/\/dev.mysql.com\/downloads\/workbench\/<\/a>, si no encuentra la versi\u00f3n vaya a archivos <a href=\"https:\/\/downloads.mysql.com\/archives\/workbench\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/downloads.mysql.com\/archives\/workbench\/<\/a><\/p>\n\n\n\n<p>No hay para Debian seleccione Ubuntu Linux.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/24-1.png\" alt=\"\" class=\"wp-image-655\" width=\"590\" height=\"447\"\/><figcaption> <em><strong>Ilustraci\u00f3n 24:<\/strong> Descargas MySQL.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Seleccione la segunda opci\u00f3n, la primera no funciona. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/25-1.png\" alt=\"\" class=\"wp-image-656\" width=\"593\" height=\"322\"\/><figcaption> <em><strong>Ilustraci\u00f3n 25: <\/strong>Ubuntu Linux.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Haga click en <strong>No thanks, just start my download.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/26-2.png\" alt=\"\" class=\"wp-image-657\" width=\"591\" height=\"483\"\/><figcaption> <em><strong>Ilustraci\u00f3n 26: <\/strong>Descarga.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya a la consola y escriba.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dpkg -i \/home\/eri\/descargas\/mysql-workbench-connunity_8.0.18-lubuntu18.04_amd64.deb<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/27-2.png\" alt=\"\" class=\"wp-image-658\" width=\"593\" height=\"123\"\/><figcaption> <em><strong>Ilustraci\u00f3n 27: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Solucione estos problemas con este comando.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install -f<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/28-2.png\" alt=\"\" class=\"wp-image-659\" width=\"591\" height=\"259\"\/><figcaption> <em><strong>Ilustraci\u00f3n 28: <\/strong>Comando.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al buscador y busque MySQL Workbench.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/29-1.png\" alt=\"\" class=\"wp-image-660\" width=\"415\" height=\"256\"\/><figcaption> <em><strong>Ilustraci\u00f3n 29: <\/strong>MySQL en el buscador.<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Click en OK.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"456\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/30-1.png\" alt=\"\" class=\"wp-image-663\"\/><figcaption> <em><strong>Ilustraci\u00f3n 30: <\/strong>MySQL<\/em> <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya a la consola e ingrese a la base de datos.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mariadb <\/code><\/pre>\n\n\n\n<p>Escriba lo siguiente.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>GRANT ALL ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'su-contrase\u00f1a' WITH GRANT  OPTION;\nFLUSH PRIVILEGES;<\/code><\/pre>\n\n\n\n<p>Salir<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>exit<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/31-1.png\" alt=\"\" class=\"wp-image-664\" width=\"590\" height=\"277\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 31: <\/strong>Comandos.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Ingrese la contrase\u00f1a de la base de datos.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mariadb -u root -p<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/32-1.png\" alt=\"\" class=\"wp-image-665\" width=\"592\" height=\"190\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 32: <\/strong>Comandos.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p> Vaya nuevamente a MySQL Workbench y haga click en <strong>Local instance 3306<\/strong>.<\/p>\n\n\n\n<p>Ingrese la contrase\u00f1a de la base datos.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/33-1.png\" alt=\"\" class=\"wp-image-666\" width=\"593\" height=\"383\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 33: <\/strong>Contrase\u00f1a.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Continuar de todas formas\/<strong>Continue Anyway<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/34-1.png\" alt=\"\" class=\"wp-image-669\" width=\"591\" height=\"319\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 34: <\/strong>Entrar.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya a <strong>Schemas<\/strong> haciendo click en esta flecha.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/35-1.png\" alt=\"\" class=\"wp-image-670\" width=\"592\" height=\"188\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 35: <\/strong>Ir a schemas.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Click derecho en el \u00e1rea ploma y seleccione crear un esquema\/<strong>Create Schema.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/36-1.png\" alt=\"\" class=\"wp-image-672\" width=\"591\" height=\"200\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 36: <\/strong>Crear Schemas.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Cambie el nombre del esquema si lo desea y click en<strong> Aplicar<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/37-1.png\" alt=\"\" class=\"wp-image-673\" width=\"592\" height=\"307\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 37: <\/strong>Nombre de Esquema.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p><strong>Aplicar<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/38-1.png\" alt=\"\" class=\"wp-image-674\" width=\"591\" height=\"581\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 38: <\/strong>Aplicar.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p><strong>Cerrar<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/39-1.png\" alt=\"\" class=\"wp-image-675\" width=\"590\" height=\"577\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 39: <\/strong>Cerrar.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador y refresque la p\u00e1gina (F5).<\/p>\n\n\n\n<script async=\"\" src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\n<!-- Anuncio horizontal -->\n<ins class=\"adsbygoogle\" style=\"display:block\" data-ad-client=\"ca-pub-2225321393472807\" data-ad-slot=\"8599611374\" data-ad-format=\"auto\" data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p>Click en \u00a1<strong>Vamos a ello<\/strong>!<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/40-1.png\" alt=\"\" class=\"wp-image-676\" width=\"591\" height=\"360\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 40: <\/strong>Actualizar.<\/em><\/figcaption><\/figure><\/div>\n\n\n\n<p>Llene estos datos y click en enviar.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/41-1.png\" alt=\"\" class=\"wp-image-677\" width=\"590\" height=\"365\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 41: <\/strong>Formulario.<\/em>  <\/figcaption><\/figure><\/div>\n\n\n\n<p>Corrija este error.<\/p>\n\n\n\n<p>Copie este texto (CTRL+C). <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/42-1.png\" alt=\"\" class=\"wp-image-678\" width=\"590\" height=\"375\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 42: <\/strong>Error archivo wp-config.php.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya a la consola y escriba.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vim \/var\/www\/html\/wordpress\/wp-config.php<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/43.png\" alt=\"\" class=\"wp-image-679\" width=\"591\" height=\"436\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 43: <\/strong>Comando.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>&nbsp;Presione i para poder editar y pegue lo anteriormente copiado con <strong>CTRL+V<\/strong>.<\/p>\n\n\n\n<p>Al finalizar presione ESC y luego <strong>:wq<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/44.png\" alt=\"\" class=\"wp-image-680\" width=\"592\" height=\"435\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 44: <\/strong>Comando.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Vaya al navegador nuevamente y haga click en <strong>Ejecutar la instalaci\u00f3n<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/45.png\" alt=\"\" class=\"wp-image-681\" width=\"592\" height=\"352\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 45: <\/strong>Ejecuci\u00f3n de la instalaci\u00f3n.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Llene esta informaci\u00f3n.<\/p>\n\n\n\n<p>Cambie la contrase\u00f1a.<\/p>\n\n\n\n<p><strong>Importante:<\/strong> Si pone una contrase\u00f1a d\u00e9bil ponga un visto confirmando la contrase\u00f1a d\u00e9bil y haga click en <strong>Instalar WordPress.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/46.png\" alt=\"\" class=\"wp-image-682\" width=\"592\" height=\"559\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 46: <\/strong>Informaci\u00f3n.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Click en <strong>Acceder<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/47.png\" alt=\"\" class=\"wp-image-683\" width=\"592\" height=\"326\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 47: <\/strong>Entrar.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Ingrese su usuario y contrase\u00f1a.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/48.png\" alt=\"\" class=\"wp-image-684\" width=\"382\" height=\"441\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 48: <\/strong>Entrar a WordPress.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>\u00a1Listo!<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/elasvi.com\/wp-content\/uploads\/2020\/03\/49.png\" alt=\"\" class=\"wp-image-685\" width=\"591\" height=\"286\"\/><figcaption>  <em><strong>Ilustraci\u00f3n 49: <\/strong>WordPress.<\/em>   <\/figcaption><\/figure><\/div>\n\n\n\n<p>Saludos.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a1Hola! Si prefiere dejar\u00e9 aqu\u00ed un v\u00eddeo con la instalaci\u00f3n. Si no, contin\u00fae leyendo :3 La instalaci\u00f3n es de forma local (localhost), \u00fatil para aprender o practicar. Primero hay que realizar la instalaci\u00f3n del servidor web Apache. Digite el siguiente comando. Hay que entrar al modo administrador para instalar, as\u00ed que le pedir\u00e1 su contrase\u00f1a. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":689,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[41,14,43,42,40],"tags":[45,11,7,47,44,46],"class_list":["post-628","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apache","category-linux","category-mysql","category-php","category-wordpress","tag-apache","tag-debian-10","tag-linux","tag-mysql","tag-php","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/comments?post=628"}],"version-history":[{"count":14,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/628\/revisions"}],"predecessor-version":[{"id":2831,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/posts\/628\/revisions\/2831"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/media\/689"}],"wp:attachment":[{"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/media?parent=628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/categories?post=628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elasvi.com\/index.php\/wp-json\/wp\/v2\/tags?post=628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}