Instalación de WordPress

WordPress es un Sistema Gestor de Contenidos (CMS) especializado en albergar blogs, bitácoras ó periódicos (artí­culos) personales.

Instalamos WordPress sobre Debian Etch, con Apache2+PHP5+MySQL.

Os dejo mi habitual ficha con los enlaces utilizados y cosas más importantes de la aplicación:

Origen http://wordpress.org/
Repositorio Wpress: http://wordpress.org/download/
Modulos: http://wordpress.org/extend/plugins/
Presentaciones: http://themes.wordpress.net/
Traducción: http://codex.wordpress.org/WordPress_in_Your_Language
Paquete wordpress-2.3.1.tar.gz
Documentación (Castellano) http://codex.wordpress.org/es:Main_Page
Documentación (Inglés) http://codex.wordpress.org/Main_Page

Instalación:

  • Descomprimimos y movemos al raí­z del servidor:
tar -zxvf wordpress-2.3.1.tar.gz
mv wordpress /var/www/blog
  • Hacemos que pueda escribir en el arbol de directorios el usauario del servidor web:
chown -R www-data:www-data /var/www/blog
  • Hacemos el esquema para que mysql aloje los datos de la aplicación:
elite:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or g.
Your MySQL connection id is 140
Server version: 5.0.32-Debian_7etch1-log Debian etch distribution

Type 'help;' or 'h' for help. Type 'c' to clear the buffer.

mysql> create database blog;
Query OK, 1 row affected (0.01 sec)

mysql> grant all on blog.* to 'wp_admin'@'localhost' identified by 'contraseña-super-segura';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> quit
Bye

Pasamos a instalación web: http://www.tudominio.com/blog/setup-config.php

  • Colocamos los datos de acceso a la BBDD: usuario anterior, contraseña, dirección BBDD (localhost)….
  • Damos el tí­tulo y el mail del titular.
  • Genera user/pswd de administración (admin/contraseña_segura): http://www.tudominio.com/blog/wp-login.php

Cambio de idioma:

  • Descomprimimos el fichero, que hemos obtenido previamente en el URL en la ficha indicado::
elite:~# mkdir  /var/www/blog/wp-content/languages
elite:~# unzip wordpress-es_ES.zip -d  /var/www/blog/wp-content/languages/
  • Modificamos la siguiente línea en /var/www/blog/wp-config.php:
define ('WPLANG', 'es_ES');

9 thoughts on “Instalación de WordPress

  1. I’m taking my empyloers to a Tribunal and the disciplinary system is only really used by the management to settle personal scores. If everything disciplinary for like for like offences was harsh, that would be consistent and in it’s own way, then fair enough.But if the offender is a management favourite they can be amazingly lenient for serious offences. They have given me some contradictory ones and are withholding others. How do I go about finding out information that they don’t want me to know?Any good ideas please?

  2. Appreciate that voice of an alien enables commentary to critique observations of society’s wellness, faults, hasty construction. Really enjoy how the speaker keeps redesigning blueprints for this-and-that and how well this comparison is with the general chat of humans in a fest of criticism. Adept critique in a poem. Love the line, but I enjoy purple lightening slightering up my arm.

  3. , you failed to directly address the issues of those who call themselves pacifists, and who demand the cessation of military activity on either side (which would often entail the preservation of status quo). There are enough people out there who think war itself is inherently un-righteous.Your analysis is fine for people who use pacifism and peace as sociopolitical tools, but you failed to link them to those who [ostensibly] oppose war on principle.

  4. I think providing this information on all the African countries is an excellent idea! There’s some much negativity and misinformation out there. This is something I’ve tried to do a little of myself. The photos also really do make a difference. Keep up the good work. Veronica

  5. Thanks, Brian. Your comment is much appreciated. I cannot tell whether our liturgical rules are constraining and draconican or unifying and consultative because I often cannot figure out what our liturgical rules are… Blessings.

Leave a Reply

Your email address will not be published. Required fields are marked *