español y lo colocamos dentro de una carpeta llamada “Joomla”
en /var/www
sudo mkdir /var/www/Joomla
cd /var/www/Joomla
wget http://joomlacode.org/gf/download/frsrelease/12649/53618/Joomla_1.5.20-Spanish-pack_completo.tar.gz
sudo tar zxvf Joomla_1.5.20-Spanish-pack_completo.tar.gz
2) Una vez hecho esto tenemos que crear una serie de variables que,
aunque hay un método automático de permisos, ésta es la manera
en que menos probabilidades hay de errores o malos funcionamientos.
Dentro de /var/www/Joomla tecleamos
PLACES='
mysqladmin -u root -p create joomla
Nota: El sistema nos va a pedir el password de mysql (que se definió en su instalación)
mysql -u root -p
NOTA: Sale un mensaje como el siguiente:
- Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.51a-3ubuntu5 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
NOTA: Sale un mensaje como el siguiente: Query OK, 0 rows affected (0.00 sec)
FLUSH PRIVILEGES;
\q
Reiniciamos el servidor apache:
sudo /etc/init.d/apache2 restart
NOTA: Sale un mensaje similar a:* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
[ OK ]
http://localhost/joomla/
Eliminar carpeta instalación:
sudo rm -r installation
No hay comentarios:
Publicar un comentario