<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.cloud.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'install.cloud.digitalocean.php',
    1 => 'DigitalOcean',
    2 => 'DigitalOcean',
  ),
  'up' => 
  array (
    0 => 'install.cloud.php',
    1 => 'Installation on Cloud Computing platforms',
  ),
  'prev' => 
  array (
    0 => 'install.cloud.ec2.php',
    1 => 'Amazon EC2',
  ),
  'next' => 
  array (
    0 => 'install.fpm.php',
    1 => 'FastCGI Process Manager (FPM)',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'install/cloud/digitalocean.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.cloud.digitalocean" class="sect1">
 <h2 class="title">DigitalOcean</h2>
 <p class="para">
  DigitalOcean offers the following platforms to get PHP installed,
  and running web application on its cloud-hosting infrastructure.
 </p>
 <ul class="itemizedlist">
  <li class="listitem">
   <p class="para">
    <a href="https://www.cloudways.com/en/managed-hosting-for-digital-ocean.php" class="link external">&raquo;&nbsp;Cloudways</a>:
    One-click deployment of major PHP applications:
    WordPress, Magento, Drupal, Laravel, and more.
   </p>
  </li>
  <li class="listitem">
   <p class="para">
    <a href="https://www.digitalocean.com/products/droplets" class="link external">&raquo;&nbsp;Droplet</a>:
    Virtual machine boxes and installing
    <a href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04" class="link external">&raquo;&nbsp;
     Lamp stack on a Linux server
    </a>.
   </p>
  </li>
  <li class="listitem">
   <p class="para">
    <a href="https://www.digitalocean.com/products/app-platform" class="link external">&raquo;&nbsp;App Platform</a>:
    Managed infrastructure to build, deploy, and scale apps quickly.
    Learn
    <a href="https://docs.digitalocean.com/products/app-platform/getting-started/sample-apps/php/" class="link external">&raquo;&nbsp;
     how to run PHP application on the App Platform
    </a>.
   </p>
  </li>
  <li class="listitem">
   <p class="para">
    <a href="https://www.digitalocean.com/products/functions" class="link external">&raquo;&nbsp;Functions</a>:
    Serverless platform that allows developers to run code without provisioning or managing servers.
    PHP is supported natively.
    Learn
    <a href="https://docs.digitalocean.com/products/functions/reference/runtimes/php/" class="link external">&raquo;&nbsp;
     how to create serverless functions in PHP
    </a>.
   </p>
  </li>
 </ul>
</div><?php manual_footer($setup); ?>