<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'install.cloud.php',
    1 => 'Installation on Cloud Computing platforms',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Installation and Configuration',
  ),
  'prev' => 
  array (
    0 => 'install.windows.commandline.php',
    1 => 'Running PHP on the command line on Windows systems',
  ),
  'next' => 
  array (
    0 => 'install.cloud.azure.php',
    1 => 'Azure App Services',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'install/cloud/index.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/install.cloud.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.cloud" class="chapter">
 <h1 class="title">Installation on Cloud Computing platforms</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="install.cloud.azure.php">Azure App Services</a></li><li><a href="install.cloud.ec2.php">Amazon EC2</a></li><li><a href="install.cloud.digitalocean.php">DigitalOcean</a></li></ul>

 <p class="para">
  PHP installs on the cloud. To the PHP cloud!
 </p>
 




 

 



 



 

</div>
<?php manual_footer($setup); ?>