mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
added to global.ent via f8bdf4030e
Sorry translators for this extra work!
Note: Notes containing 'windows.php.net/downloads/pecl/releases' were
removed as the associated entity will disappear one day via https://github.com/php/doc-base/pull/143
70 lines
2.2 KiB
XML
70 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<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 offers the following platforms to get PHP installed,
|
|
and running web application on its cloud-hosting infrastructure.
|
|
</para>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.cloudways;">Cloudways</link>:
|
|
One-click deployment of major PHP applications:
|
|
WordPress, Magento, Drupal, Laravel, and more.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.droplet;">Droplet</link>:
|
|
Virtual machine boxes and installing
|
|
<link xlink:href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04">
|
|
Lamp stack on a Linux server
|
|
</link>.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.app.platform;">App Platform</link>:
|
|
Managed infrastructure to build, deploy, and scale apps quickly.
|
|
Learn
|
|
<link xlink:href="https://docs.digitalocean.com/products/app-platform/getting-started/sample-apps/php/">
|
|
how to run PHP application on the App Platform
|
|
</link>.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<link xlink:href="&url.docean.functions;">Functions</link>:
|
|
Serverless platform that allows developers to run code without provisioning or managing servers.
|
|
PHP is supported natively.
|
|
Learn
|
|
<link xlink:href="https://docs.digitalocean.com/products/functions/reference/runtimes/php/">
|
|
how to create serverless functions in 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
|
|
-->
|