# 安装与部署

> Source: https://strapi.nodejs.cn/cms/setup-deployment

🌐 Installation, Configuration, and Deployment

Strapi 遵循三步工作流程：在本地计算机上安装，配置服务器和管理面板，然后部署到像 Strapi Cloud 这样的远程环境。

🌐 Strapi follows a three-step workflow: install on your local machine, configure the server and admin panel, then deploy to a remote environment like Strapi Cloud.

Strapi 旨在先安装在本地计算机上，然后进行配置，最后部署到远程环境。本部分文档描述了这些主题，点击以下任意卡片将引导你进入对应的章节：

🌐 Strapi is meant to be installed on your local machine, then configured, and finally deployed to a remote environment. This documentation section describes these topics, and clicking on any of the following cards will lead you to the corresponding section:

- [安装](installation): 使用命令行接口（CLI）在本地计算机上安装 Strapi，或创建一个 Docker 镜像。

- [配置](configurations): 配置 Strapi 服务器、管理面板以及所有内置功能。

- [部署](deployment): 将 Strapi 部署到 Strapi Cloud 或其他远程环境。

:::tip

如果你刚刚开始了解 Strapi，我们鼓励你阅读[快速入门指南](/cms/quick-start)，因为它不仅介绍了如何安装 Strapi，还为你快速浏览了可用的功能。

🌐 If you're just discovering Strapi, we encourage you to read the [Quick Start Guide](/cms/quick-start) as it not only presents how to install Strapi but also gives you a quick tour of the available features.

:::
