[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:network_services:joomla [2019/02/15 19:02 (UTC)] – [Configurar el servidor web Apache] slackwarespanoles:howtos:network_services:joomla [2019/02/15 19:10 (UTC)] (actual) slackwarespanol
Línea 1: Línea 1:
-<note warning>En proceso. Victor</note> 
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Configuración de Joomla 2.5 CMS en Slackware 14.0 64bit ====== ====== Configuración de Joomla 2.5 CMS en Slackware 14.0 64bit ======
Línea 78: Línea 77:
 Allow from All Allow from All
 </code> y comenta la linea "Require all granted" </code> y comenta la linea "Require all granted"
-  - En la parte inferior del archivo, cambia la sección.<code>+- En la parte inferior del archivo, cambia la sección.<code>
 <IfModule dir_module> <IfModule dir_module>
     DirectoryIndex index.html     DirectoryIndex index.html
Línea 87: Línea 86:
 Include /etc/httpd/mod_php.conf Include /etc/httpd/mod_php.conf
 </code> </code>
-   -los siguientes módulos deben estar sin comentar:<code>+ -los siguientes módulos deben estar sin comentar:<code>
  
 LoadModule authn_file_module lib64/httpd/modules/mod_authn_file.so LoadModule authn_file_module lib64/httpd/modules/mod_authn_file.so
Línea 130: Línea 129:
 </code> </code>
 y guarde el archivo. y guarde el archivo.
-   - A continuación, edite el archivo."''/etc/httpd/php.ini''" +- A continuación, edite el archivo."''/etc/httpd/php.ini''" 
- - Busque la  cadena <code>output_buffering = 4096 </code>y cambie a <code>output_buffering = Off </code>+- Busque la  cadena <code>output_buffering = 4096 </code>y cambie a <code>output_buffering = Off </code>
 - Guarda el archivo, y finalmente reinicia el servidor web: <code bash> - Guarda el archivo, y finalmente reinicia el servidor web: <code bash>
 root@darkstar:~# /etc/rc.d/rc.httpd restart root@darkstar:~# /etc/rc.d/rc.httpd restart
Línea 142: Línea 141:
 </code></note>  </code></note> 
  
-====== Set Up Joomla 2.5 ====== +====== Configurar Joomla 2.5 ====== 
-  Download a Joomla tarball at [[http://www.joomla.org/download.html]], choose the "//Full package, Zip//" archive+ Descarga un tarball de Joomla en[[http://www.joomla.org/download.html]], elegir la "//Full package, Zip//" archivo
-   We install Joomla as the Apache Webserver'//[[http://httpd.apache.org/docs/current/mod/core.html#documentroot|DocumentRoot]]//, which we configured as "''/srv/httpd/beautifulsite.com''" in the previous sectionCreate a new directory called "''beautifulsite.com''" under "''/srv/httpd/''" We will end up with the new directory "''/srv/httpd/htdocs/beautifulsite.com''" which will be used by Apache as the DocumentRoot. +Instalamos Joomla como el servidor web Apache //[[http://httpd.apache.org/docs/current/mod/core.html#documentroot|DocumentRoot]]//, que configuramos como "''/srv/httpd/beautifulsite.com''" En la sección anteriorCrear un nuevo directorio llamado "''beautifulsite.com''" debajo de "''/srv/httpd/''"Terminaremos con el nuevo directorio. "''/srv/httpd/htdocs/beautifulsite.com''" que será utilizado por Apache como el DocumentRoot. 
-  Uncompress the joomla zip-file into that directory: <code>+ Descomprima el archivo zip joomla en ese directorio: <code>
 root@darkstar:~# unzip Joomla_2.5.9-Stable-Full_Package.zip -d /srv/httpd/htdocs/beautifulsite.com root@darkstar:~# unzip Joomla_2.5.9-Stable-Full_Package.zip -d /srv/httpd/htdocs/beautifulsite.com
 </code> </code>
-  As root, change the file ownership to the Apache user: <code>+Como root, cambie la propiedad del archivo al usuario de Apache:<code>
 root@darkstar:~# chown -R apache:apache /srv/httpd/beautifulsite.com root@darkstar:~# chown -R apache:apache /srv/httpd/beautifulsite.com
 </code> </code>
-  The initial Joomla configuration is done in a web browser (preferably from another computer workstation). Enter our "''http://beautifulserver.com''" URL in the browser's addressbarThis will start start the web-based configuration of our newly installed Joomla CMS. When you get to the database configurationthe better choice is "**mysqli**"Input is also required for the Joomla database username and passwordThe rest of the configuration is straight-forward+La configuración inicial de Joomla se realiza en un navegador web (preferiblemente desde otra estación de trabajo de computadora). Entra en nuestro "''http://beautifulserver.com''" URL en la barra de direcciones del navegadorEsto comenzará a iniciar la configuración basada en web de nuestro CMS Joomla recién instaladoCuando llegue a la configuración de la base de datosla mejor opción es "** mysqli **"La entrada también es necesaria para el nombre de usuario y la contraseña de la base de datos de Joomla. El resto de la configuración es sencillo
-  After thatif you want to use SEO-friendly settings ( URL rewriting), then rename htaccess.txt in your root of current joomla catalog to .htaccess .+ Después de esosi desea utilizar configuraciones amigables con SEO (reescritura de URL), cambie el nombre de htaccess.txt en su raíz del catálogo actual de joomla .htaccess.
  
- +====== Fuentes ======
- +
-====== Sources ======+
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
-  Original source: [[http://stackoverflow.com/questions/3513773/change-mysql-default-character-set-to-utf8-in-my-cnf|MySQL config to UTF8 support]].+   Fuente original:[[http://stackoverflow.com/questions/3513773/change-mysql-default-character-set-to-utf8-in-my-cnf|MySQL config to UTF8 support]].
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  Originally written by [[wiki:user:wisedraco | John Ciemgals]]+   Originalmente escrito por [[wiki:user:wisedraco | John Ciemgals]] 
 +   * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/15 19:08 (UTC) 
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 {{tag>howtos joomla author_wisedraco}} {{tag>howtos joomla author_wisedraco}}
 es:howtos:network_services:joomla ()