mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 16:02:13 +01:00
-updated to the most recent version git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@329364 c90b9560-bf6c-de11-be94-00142212c4b1
81 lines
2.4 KiB
XML
81 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 7acbaa0e7f18969d09413068eecf3e792d5c7c62 Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no Maintainer: seros -->
|
|
|
|
<chapter xml:id="solr.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="solr.requirements">
|
|
&reftitle.required;
|
|
<!-- Use &no.requirement; if there no requirement -->
|
|
<para>Se requiere la versión de PHP 5.2.11 o superior.</para>
|
|
<para>Las bibliotecas libxml y curl también deben estar habilitadas para que esté disponible la extensión Apache Solr.</para>
|
|
<para>Se requiere libxml2 2.6.31 o posterior.</para>
|
|
<para>También se requiere libcurl 7.18.0 o posterior.</para>
|
|
<para>Las versiones de las bibliotecas de arriba son necesarias y se recomienda encarecidamente no intentar hackear el código para hacerlo compilar. Fallará, posiblemente con errores que podrían ser difíciles de depurar</para>
|
|
</section>
|
|
|
|
<!-- {{{ Installation -->
|
|
<section xml:id="solr.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;solr">&url.pecl.package;solr</link>.
|
|
</para>
|
|
<para>
|
|
Para obtener ayuda y soporte, visite la extensión en el grupo de Google.
|
|
<link xlink:href="&url.solr.support;">Extensión PHP Apache Solr</link>
|
|
</para>
|
|
<para>
|
|
&pecl.windows.download;
|
|
</para>
|
|
<note>
|
|
<para>
|
|
El módulo solr se puede compilar en modo depuración pasando la bandera --enable-solr-debug a la configuración
|
|
</para>
|
|
<para>
|
|
Cuando se construya manualmente, asegúrese de incluir soporta para curl y libxml dentro de la construcción.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
<section xml:id="solr.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
<!-- or &reference.solr.ini; -->
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="solr.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
<!-- Use &no.resource; if there no resources -->
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|