blob: 2dd7c0b1447a4b517348f40df65cb276d06e8830 [file]
---
{
"title": "Manual Deployment",
"language": "en",
"description": "Install Apache Doris directly on a physical machine or virtual machine."
}
---
import GettingStartedCard from '@site/src/components/getting-started-card/getting-started-card';
# Manual Deployment
Choose the manual deployment guide that matches your storage-compute architecture.
<div className="cards-grid">
<GettingStartedCard
title="Integrated Storage-Compute Manual Deployment"
description="Deploy Apache Doris on a physical machine or virtual machine in integrated storage-compute mode"
link="integrated-storage-compute-deploy-manually"
/>
<GettingStartedCard
title="Separated Storage-Compute Manual Deployment"
description="Deploy Apache Doris on a physical machine or virtual machine in separated storage-compute mode"
link="separating-storage-compute-deploy-manually"
/>
</div>