mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
71 lines
2.4 KiB
XML
71 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: e8ac70bf549a723cb36465667a6109d9933b8619 Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<sect1 xml:id="install.cloud.digitalocean" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>DigitalOcean</title>
|
|
<para>
|
|
DigitalOcean ofrece las siguientes plataformas para instalar PHP y
|
|
ejecutar una aplicación web en su infraestructura de alojamiento en la nube.
|
|
</para>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.cloudways;">Cloudways</link>:
|
|
Despliegue en un clic de las principales aplicaciones PHP:
|
|
WordPress, Magento, Drupal, Laravel y más.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.droplet;">Droplet</link>:
|
|
Máquinas virtuales para instalar PHP y otros programas.
|
|
<link xlink:href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04">
|
|
Instalación de una pila LAMP en un servidor Linux
|
|
</link>.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.app.platform;">Plataforma de aplicaciones</link>:
|
|
Gestione infraestructuras para crear, implantar y escalar aplicaciones rápidamente.
|
|
Aprenda a
|
|
<link xlink:href="https://docs.digitalocean.com/products/app-platform/getting-started/sample-apps/php/">
|
|
ejecutar aplicaciones PHP en la App
|
|
</link>.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.functions;">Funciones</link>:
|
|
Plataforma sin servidor que permite a los desarrolladores ejecutar código sin aprovisionar ni gestionar servidores.
|
|
PHP es compatible de forma nativa.
|
|
Aprenda a
|
|
<link xlink:href="https://docs.digitalocean.com/products/functions/reference/runtimes/php/">
|
|
crear funciones sin servidor en PHP
|
|
</link>.
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect1>
|
|
|
|
<!-- 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
|
|
-->
|