> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy WordPress on Upsun

Upsun aims to provide sane defaults out-of-the-box, while exposing a high degree of flexibility when you are configuring your projects, environments, and applications.
Because of this, you can deploy WordPress on Upsun in multiple ways, depending on your needs and requirements.

<Info>
  Before you start, check out the [Upsun demo app](https://console.upsun.com/projects/create-project) and the main [Getting started guide](/docs/get-started/here).
  They provide all the core concepts and common commands you need to know before using the following materials.
</Info>

<CardGroup cols={2}>
  <Card title="Vanilla WordPress" icon="wordpress" href="/tutorials/wordpress/vanilla">
    Deploy a standard WordPress installation.
  </Card>

  <Card title="Composer-based" icon="box" href="/tutorials/wordpress/composer">
    Deploy WordPress managed with Composer.
  </Card>

  <Card title="Bedrock" icon="layers" href="/tutorials/wordpress/bedrock">
    Deploy Bedrock-based WordPress.
  </Card>

  <Card title="Multisite" icon="layout-grid" href="/tutorials/wordpress/multisite">
    Deploy WordPress Multisite.
  </Card>
</CardGroup>
