Subscribe to RSS feed Subscribe to RSS Feed or o follow me sígueme on Twitter? en Twitter?
When it comes to developing themes and plugins, you need the right tools to finish the job quickly and efficiently. Cuando se trata de temas y plugins en desarrollo, necesita las herramientas adecuadas para terminar el trabajo rápida y eficaz. There are a plethora of tools to choose from, and your selection can vary by personal taste. Hay una gran cantidad de herramientas para elegir, y la selección puede variar según el gusto personal. Some go for open-source tools like GIMP and Nvu, whereas others stick with trusted commercial applications like the omni-present Adobe Photoshop and Macromedia Dreamweaver. Algunos van de herramientas de código abierto como el GIMP y Nvu, mientras que otros pegan con confianza las aplicaciones comerciales como la omni-presente de Adobe Photoshop y Macromedia Dreamweaver. Whatever your choice maybe, it is essential that you like it and stick with it. Sea cual sea su elección tal vez, es esencial que te guste y aferrarse a eso.

Testing your themes and plugins can be a big head ache, as you have to reload the page every time, consuming bandwidth. Probando su plugins y temas puede ser un gran dolor de cabeza, como usted tiene que recargar la página cada vez, con un consumo de ancho de banda. Bandwidth is precious, unless you own a dedicated server at MediaTemple or something(!). Ancho de banda es precioso, a menos que usted es dueño de un servidor dedicado en MediaTemple o algo (!). Also, any edit has to be uploaded before previewing. Además, cualquier edición que se ha cargado antes de la vista previa. This gets tiresome, and you would have wondered whether there is an easier way. Este es tedioso, y que se han preguntado si existe una manera más fácil.
Linux users have the LAMPP(Linux, Apache, MySQL, PHP), which is easy, but Windows users are mostly unaware of a similar package. Los usuarios de Linux tienen el lampp (Linux, Apache, MySQL, PHP), que es fácil, pero los usuarios de Windows son en su mayoría desconocen de un paquete similar. It is called XAMPP(Apache, MySQL, PHP). Se llama XAMPP (Apache, MySQL, PHP). Once you install it, you can setup WordPress locally, and test your plugins/themes/hacks offline. Una vez instalado, puede configurar WordPress a nivel local, y poner a prueba sus plugins / temas / gacetilleros fuera de línea. You save bandwidth, effort and time. Usted ahorra ancho de banda, el esfuerzo y el tiempo.
Here are the steps for installing WordPress locally: Estos son los pasos para instalar WordPress localmente:
- Download the lite version of XAMPP, called Descargar la versión lite de XAMPP, llamado XAMPPlite XAMPPlite Choose the
.exeversion. Elija.exeversión. - Install it at a partition of your choice. Instalarlo en una partición de su elección. Here, we are using C drive. Aquí, nosotros estamos usando la unidad C:.
- Go to the install folder, that is C:xampplite. Ir a la carpeta de instalación, que es C: xampplite. Double-click the
xampp-control.exefile, and start up MySQL and Apache services in the dialog box that follows. Haga doble clic en elxampp-control.exey de puesta en marcha de servicios de MySQL y Apache en el cuadro de diálogo que sigue. - Go to
http://localhost/in your browser. Ir ahttp://localhost/en su explorador. From the left column, choose your language. De la columna de la izquierda, seleccione su idioma. - Click on phpMyAdmin in the left column(see image below). Haga clic en phpMyAdmin en la columna de la izquierda (ver imagen abajo).

- In the “Create New Database” Field, enter “wordpress” (without quotes), and select utf8_unicode_ci in the drop down box in the next field. En el "Crear nueva base de datos de campo, escriba" wordpress "(sin las comillas) y seleccione utf8_unicode_ci en el cuadro desplegable en el campo siguiente. Click Create. Haga clic en Crear. XAMPP setup is now complete. XAMPP instalación se ha completado.
- Download Descargar WordPress. WordPress.
- Unzip it to
C:xampplitehtdocsDescomprime aC:xampplitehtdocs
You should have a wordpress folder in htdocs. Usted debe tener una carpeta en htdocs wordpress. Go to it, and open upwp-config-sample.php. Ir a la misma, y la apertura dewp-config-sample.php - You will see a list of default values. Verá una lista de valores por defecto. Change them to below(do not copy-paste this, just find the required info and update the file): Cambio a continuación (no copiar y pegar esto, encontrar la información necesaria y actualizar el archivo):
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password (needs to be empty, just for local install)Rename the file as
wp-config.phpand save it. Renombrar el archivo comowp-config.phpy guárdelo. - Go to
http://localhost/wordpress/wp-admin/install.phpin your browser, and follow the steps. Ir ahttp://localhost/wordpress/wp-admin/install.phpen su navegador, y siga los pasos.
You're done. Haya terminado. Now, use the wordpress folder as you would on your webserver, and upload the plugins, themes etc. to test. Ahora, utilizar la carpeta de wordpress como lo haría en su servidor web, y subir los plugins, temas etc para poner a prueba. I recommend doing this before attempting a manual install in your server ( if it doesn't have one-click installer). Recomiendo hacer esto antes de intentar instalar un manual en el servidor (si no tiene un solo clic del instalador). Now, go and test to your heart's content Ahora, vaya y pruebe el contenido de su corazón
I am having a great time testing, and the instant page loads of my dummy blog looks great. Tengo un buen tiempo de prueba, y la página se carga instantánea de mi blog maniquí luce muy bien.
Related reading Relacionados con la lectura
- How to install WordPress on Windows – YouTube Video Tutorial Cómo instalar WordPress en Windows - YouTube Video Tutorial
- Install Reliance Net Connect Data Card on Windows Vista x64 La dependencia instalar Net Connect Tarjeta de Datos en Windows Vista x64
- Install Save for Web GIMP plugin in Windows Guardar para Web instalar el plugin de GIMP en Windows
- How to install Windows Live Messenger 2009 offline Cómo instalar Windows Live Messenger 2009 fuera de línea
Great tutorial man. Gran tutorial hombre. I've already set this up on my local PC and loaded contents from my hosted blog on to this.. Ya he esto en mi PC local y se carga el contenido de mi blog alojado en este .. so I can get the exact environment I need when I've to test plugins para que pueda obtener el entorno exacto que necesito que alguien me de probar plugins
I will try this… Voy a tratar este ...
You missed one step… Te perdiste un paso ...
You have to rename wp-config-sample.php to wp-config.php Tienes que cambiar el nombre de wp-config-sample.php a wp-config.php
BTW, I think LAMPP and XAMPP are one and the same, except L is for Linux and X is for XP. BTW, creo lampp XAMPP y son uno y el mismo, excepto L es para Linux, y X es para XP.
@Shankar: Thanks. Shankar @: Gracias. And yes, this is for newbies. Y sí, esto es para novatos. I expect most of you to have this already. Espero que la mayoría de ustedes que esta ya.
@Linu: Do try – it'll make developing themes easier. @ Linu: Trate - eso los hará más fácil el desarrollo de temas.
@Deepak: Thanks. Deepak @: Gracias. I guess, I forgot it. Supongo que me olvidé. Am editing it now. Estoy editando ahora.
Great tutorial! Gran tutorial! I don't use XAMPP. Yo no uso XAMPP. I use NetServer, but still I have XAMPP in my PC in case I mess up with NetServer. Yo uso NetServer, pero aún tengo en mi PC XAMPP en caso de que yo lío con NetServer.
@Haris: Thanks, and glad you liked it – I feel happy and believe it is worth the time spent, only when I get comments rolling. Haris @: Gracias, y le gustó mucho gusto - Me siento feliz y creo que vale la pena el tiempo pasado, sólo cuando tengo comentarios laminado.
Nice tutorial, especially if you want to test themes and plugins locally before installing on server. Buen tutorial, sobre todo si quieres probar los temas y los plugins antes de instalar localmente en el servidor.
Having trouble with establishing a connection with the database. ¿Tiene problemas con el establecimiento de una conexión con la base de datos. After Después de http://localhost/wordpress/wp-admin/install.php http://localhost/wordpress/wp-admin/install.php
Have you missed out a step? ¿Has perdido un paso?
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define ( 'DB_HOST', 'localhost'); / / 99% de probabilidad no será necesario cambiar este valor
I have set up WP on a live server before so I haven't miscalulated my ability to edit the config file, so any ideas what is missing? He creado WP vivir en un servidor antes de lo que no han miscalulated mi capacidad de editar el fichero de configuración, por lo que todas las ideas lo que falta? Any help is appreaciated, as I'm setting this up to learn how to create themes! Cualquier ayuda es appreaciated, como estoy hasta la fijación de este para aprender a crear temas!
Cheers ¡Salud!
@Nirmal: Thanks, hope you're having a blast using it Nirmal @: Gracias, espero que usted está teniendo una explosión usando
@Andy: No, localhost(which corresponds to @ Andy: No, localhost (que corresponde a http://127.000.001/) http://127.000.001/) is the local IP of your computer. es la IP local de su ordenador. It does not have to be changed, unless of course, you are using a live server. No tiene que ser cambiado, a menos que por supuesto, usted está usando un servidor. As for ideas, well, try again En cuanto a las ideas, así, vuelve a intentarlo
Maybe you missed a step. Tal vez te perdiste un paso.
Great Tutorial Buddy . Gran Tutorial Buddy. Currently i use EasyPHP for this purpose . Actualmente utilizo EasyPHP para este propósito. It is a cool way to test your themes and plugins . Es una manera de probar sus temas y plugins.
I use Appserv. Yo uso Appserv. You can find installing wordpress on windows tutorial in my blog Usted puede encontrar la instalación de wordpress en las ventanas tutorial en mi blog
Wow! Wow! Never thought about or even realized that you could do this. Nunca pensé ni siquiera se dio cuenta de que usted puede hacer esto. What a great idea and well described. ¡Qué gran idea y bien descritos. Will put it on my to do list after I have slimmed down all the junk on my hard drive. Pondré en mi lista para hacer después de haber reducido todas las cosas en mi disco duro.
@Myo: I saw your tut, though its a bit long. @ Myo: Vi tu Tut, aunque es un poco largo. For now, I prefer XAMPP. Por ahora, prefiero XAMPP.
@MDB: Thanks, and glad that this tut could be of help. MDB @: Gracias, y Tut alegro de que este podría ser de ayuda.
@Madhur: Thanks. Madhur @: Gracias.
if you want to do it the techie way (without xampp). si desea hacerlo de la manera techie (sin XAMPP). check out my check out my apache 2.2 installation guide guía de instalación de Apache 2.2
@Syahid: Thanks for the link – I went through it. Syahid @: Gracias por el enlace - Fui a través de él. Its nice for show-off and ego boosting, but for now I find this method the easiest – easier than EasyPHP/direct method. Para mostrar su buen despegue y el fomento de ego, pero por ahora me parece el método más fácil - más fácil que EasyPHP / método directo.
Great post, I've often wondered why more bloggers don't install locally to do testing, theme modifications, etc. I use WAMP and my only problem is finding the time to do more work/testing on my local install so that I can change my live site! Gran post, a menudo me he preguntado por qué los bloggers más no se instalan localmente para hacer la verificación, el tema de las modificaciones, etc Yo uso WAMP y mi único problema es encontrar el tiempo para hacer más trabajo y pruebas de instalar en mi local para que pueda cambio mi sitio!
@JoLynn: Yes, it is sensible to do testing in a local setup that is fast, and has no consequences when we mess it up. @ JoLynn: Sí, es razonable hacer la prueba en una instalación local que es rápido, y no tiene consecuencias cuando lío así. WAMP is cool – I read about installing it in a post by WAMP es fresco - He leído acerca de la instalación en un puesto de Ben Bleikamp Ben Bleikamp (ProBlogger's designer). (ProBlogger del diseñador). As for not getting time, you're not alone – count me in too! En cuanto a no hacer tiempo, no está solo - en contar conmigo también!
Nice tut..Sumesh. Tut .. Sumesh Niza. I came across this one as I was looking for a more specific solution. Me encontré con una como esta que yo estaba buscando una solución más específica. I was able to do everything you have mentioned in the tut and wordpress was installed, up and running the first time. Pude hacer todo lo que usted ha mencionado en el wordpress Tut y se instaló en marcha la primera vez. But once I shutdown the pc and restart it a while later, i was unable to logon via a login page i had bookmarked. Pero una vez apagado el ordenador y reiniciarlo después de un tiempo, no he podido acceder a través de una página de acceso que tenía marcada.
I tried running the setup.bat once more and it kept saying: He intentado ejecutar el setup.bat una vez más y mantuvo diciendo:
Sorry cannot find php.cli Lo sentimos, no puedes encontrar php.cli
Must abort these process! Debe abortar estos procesos!
When i open xampp_start: could not open default file – mysql\bin\my.cnf Cuando abra xampp_start: no pudo abrir el archivo por defecto - mysql \ bin \ my.cnf
I am not sure whats wrong or how to fix it. No estoy seguro de qué es malo o cómo solucionarlo. Any pointers? Cualquier punteros?
@Mitra: That's got me stumped. @ Mitra: Eso me Sacado. I've installed XAMPP+WP on two different computers, and nothing's wrong. He instalado XAMPP + GT en dos equipos diferentes, y nada de malo. Are you sure you did not turn off any services?(Start>Run>msconfig, and click enter, you'll get a window, click Services tab, and enable all services, restart and try again) ¿Estás seguro de que no se apague todos los servicios (Inicio> Ejecutar> msconfig y haga clic en entrar, usted obtendrá una ventana, haga clic en ficha Servicios, y permitir que todos los servicios, reinicie y vuelva a intentarlo)
Hi Sumesh, Hola Sumesh,
I also wasn't aware that we can do this. También era consciente de que no podemos hacer esto. And here I am trying to mess around while online. Y aquí estoy tratando de ensuciar alrededor mientras está en línea. Oh …the silly me. Ah ... la tonta conmigo.
Bookmarked and stumbled! Marcador y tropezó!
Thank you Gracias
Monika Monika
@Monika: Don't mess around online, and especially not on your live blog. @ Monika: Don't mess en línea, y sobre todo no vivir en su blog. This method is much better, and many use it for theme/plugin development. Este método es mucho mejor, y que muchos utilizan para el tema / plugin de desarrollo. And thanks for the stumble. Y gracias por el tropiezo.
Hi Sumesh, Hola Sumesh,
I have gotten as far as installing everything as instructed. He llegado en lo que respecta a la instalación de todo lo que de acuerdo con las instrucciones.
It wasn't as hard as expected as I'm no tech geek. No fue tan duro como se esperaba que yo no soy una geek tecnología. But now I'm stuck. Pero ahora estoy atascado. How can I upload new themes and stuff via FTP? ¿Cómo puedo cargar nuevos temas y cosas a través de FTP? I don't know the path and the user and password I need to use here. No sé la ruta de acceso y el usuario y la contraseña que necesito para usar aquí.
I'm only familiar with FTP and have no idea on how to use mySQL to upload stuff. Estoy familiarizado con sólo FTP y no tienen idea sobre cómo usar MySQL para cargar cosas. Could you please point me in the right direction? ¿Podría usted por favor me punto en la dirección correcta? Once I can figure out the right path with FTP (I use SmartFTP) I will be fine. Una vez que puedo averiguar el camino correcto con el FTP (yo uso SmartFTP) voy a estar bien.
Thanks Gracias
Monika Monika
@Monika: Its all easy, and you'd feel it funny that it has been under your nose all the while. @ Monika: su nada fácil, y lo que siento que gracioso que ha estado bajo la nariz todo el tiempo. Assuming that your wordpress folder is x(usually C)x:\xampplite\htdocs\wordpress\wp-content is the folder which contains plugins, themes and uploads folders. Suponiendo que el wordpress es x carpeta (normalmente C) x: \ xampplite \ htdocs \ wordpress \ wp-contenido es la carpeta que contiene los plugins, temas y archivos de carpetas. Then, just put the themes/plugins to their respective directories, like on the real server. Luego, basta con colocar los temas / plugins a sus respectivos directorios, como en el servidor real. No FTP, just Windows Explorer (or its No FTP, sólo en el Explorador de Windows (o su Mac Mac equivalent). equivalente).
Duh…LOL, it does make sense now you mentioned it. Duh ... LOL, no tiene sentido ahora que usted ha mencionado. Naturally it is all stored locally so it would be there. Naturalmente, todo es almacenada localmente por lo que sería allí. Oh man, sometimes I don't see the trees in the forest. ¡Oh hombre, a veces no veo los árboles en el bosque.
Thanks Sumesh Gracias Sumesh
Monika Monika
@Monika: Glad you got it, no prob => @ Monika: Me alegra que tengo, no hay problemas =>
hi sumesh, hola sumesh,
i don't know abc's of s/w…i just wanted to have a new theme for my blog in wordpress. i don't know abc de la s / w ... Sólo quería tener un nuevo tema de mi blog en wordpress.
i did everything mentioned here and was able to look at the theme that i wanted locally, but i don't have any clue how to have that theme in my wordpress blog. Hice todo lo mencionado aquí y fue capaz de mirar el tema que quería a nivel local, pero no tengo ni idea de cómo tienen ese tema en mi blog de wordpress.
can u please help me? can u please help me? i know i am dumb…hope u help me. Sé que soy tonta ... espero que me ayude u.
thanks, gracias,
fazeetha. fazeetha.
Hello.. Hola ..
I got an error… Tengo un error ...
It says that Can’t select database Dice que Cana € ™ t de seleccionar la base de datos
We were able to connect to the database server (which means your username and password is okay) but not able to select the wordpress database. Hemos sido capaces de conectar con el servidor de base de datos (lo que significa su nombre de usuario y la contraseña está bien), pero no podrá seleccionar la base de datos de wordpress.
Anyone cah help me? CAH nadie que me ayude?
Awesome instructions! Instrucciones awesome! I am so happy I can now test WP on my local machine now. Estoy tan feliz ahora puedo WP prueba en mi equipo local ahora.
Read your tutorial and followed the steps. Lea su tutorial y seguir los pasos. When inputting the link: Al ingresar en el vínculo: http://localhost/wordpress/wp-admin/install.php http://localhost/wordpress/wp-admin/install.php all I get is a box with an error message “Error establishing a database connection and then a bunch of options of what it could be. todo lo que obtiene es un cuadro con un mensaje de error "Error al crear una base de datos de conexión y, a continuación, un montón de opciones de lo que podría ser.
I've been over the instructions with a fine tooth comb, xammp is running (I'm using the full version if that makes a difference), I can get into MySQL etc.etc. He estado más de las instrucciones con un peine de dientes finos, xammp se está ejecutando (estoy usando la versión completa si que hace la diferencia), no puedo entrar en MySQL etc.etc.
Any suggestions what the deal could be? Cualquier sugerencia que el acuerdo podría ser? Really appreciate your help. Realmente aprecio tu ayuda.
Thanks, Rennie Gracias, Rennie
@Rennie: The instructions here are for the smallest XAMPP package, that is XAMPPlite. Rennie @: Las instrucciones siguientes son para el más pequeño paquete XAMPP, que es XAMPPlite. Hence, these steps may not work for the full version of XAMPP. Por lo tanto, estos pasos pueden no funcionar para la versión completa de XAMPP.
Please allow me to share this video tutorial I created on how to Install WordPress Locally using Wamp with your audience. Por favor, permítanme compartir este vídeo tutorial que he creado sobre cómo instalar WordPress usando Wamp local a su público.
http://www.youtube.com/watch?v=biQWyBcYSX4 http://www.youtube.com/watch?v=biQWyBcYSX4
Regards Recuerdos
Shane Shane
Thanks for the heads up about the YouTube video tutorial – I have featured your video on the post Gracias por los jefes de vídeo de YouTube sobre el tutorial - He presentado su video en el puesto Installing WordPress: video tutorial Instalación de WordPress: video tutorial
I have installed XAMP on my pc. He instalado en mi pc XAMP.
Sometimes its take a long time until the sites is open. A veces su tardar mucho tiempo hasta que los sitios está abierto.
Would you tell why this happen? ¿Podría usted decirme por qué sucede esto?
If you have external scripts (ads, for example) in the template, each page load would be delayed because of that. Si tiene scripts externos (anuncios, por ejemplo) en la plantilla, cada página se carga con retraso debido a que.
Hi All Hola Todos
I see Sumesh is the geek here. Sumesh veo aquí es el geek. I use wamp. Yo uso WAMP.
Afiliasi, check your firewall settings – that is the no. Afiliasi, compruebe la configuración de tu cortafuegos - que es el no. 1 reason for slowing down. 1 razón para la desaceleración. Allow all privileges. Permitir a todos los privilegios.
Gd' Day Bloggers… I have XAMPP installed and working with Wordpress on my company Intranet however I would like to streamline the URL for the users. Gd 'Día de los bloggers ... he XAMPP instalado y funcionando con Wordpress en la Intranet de mi empresa pero me gustaría simplificar la URL de los usuarios. I'd like for them to type Me gustaría escribir para ellos http://bsd http://bsd and have it resolve to the Wordpress installation without typing in anything else. y tienen que resolver a la instalación de Wordpress sin tener que escribir en cualquier otra cosa. I've tried changing/adding a Virtual Host in the appropriate “conf” file with no luck, I still have to type He intentado cambiar / añadir un host virtual en la "configuración" de archivos sin suerte, todavía tengo que escribir http://bsd/wordpress http://bsd/wordpress to resolve to the site. para resolver en el sitio. ANy suggestions on how to fix this? Alguna sugerencia sobre cómo solucionar este problema? Thanks in Advance. Gracias de antemano.
If you have got Si tienes http://bsd/wordpress http://bsd/wordpress working, then you only have to move the WordPress files to the root (instead of in a folder called wordpress/) to get it running the way you want. de trabajo y, a continuación, sólo tiene que mover los archivos de WordPress a la raíz (en lugar de en una carpeta llamada wordpress /) para hacerlo funcionar de la manera deseada.