<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'install.cloud.php',
    1 => '云计算平台上的安装',
    2 => '云计算平台上的安装',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => '安装与配置',
  ),
  'prev' => 
  array (
    0 => 'install.windows.commandline.php',
    1 => '在 Windows 系统的命令行上运行 PHP',
  ),
  'next' => 
  array (
    0 => 'install.cloud.azure.php',
    1 => 'Azure 应用服务',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    '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">云计算平台上的安装</h1>
<h2>目录</h2><ul class="chunklist chunklist_chapter"><li><a href="install.cloud.azure.php">Azure 应用服务</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 在云平台上的安装。进入 PHP 云世界！
 </p>
 







 



 



 






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