mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
34 lines
1010 B
Plaintext
34 lines
1010 B
Plaintext
import { DeploymentCards } from '../../components/DeploymentCards';
|
|
|
|
# Deployment Guides
|
|
|
|
<DeploymentCards
|
|
items={[
|
|
{
|
|
title: 'Amazon Lightsail',
|
|
link: 'https://docs.docsgpt.cloud/Deploying/Amazon-Lightsail',
|
|
description: 'Self-hosting DocsGPT on Amazon Lightsail'
|
|
},
|
|
{
|
|
title: 'Railway',
|
|
link: 'https://docs.docsgpt.cloud/Deploying/Railway',
|
|
description: 'Hosting DocsGPT on Railway'
|
|
},
|
|
{
|
|
title: 'Civo Compute Cloud',
|
|
link: 'https://dev.to/rutamhere/deploying-docsgpt-on-civo-compute-c',
|
|
description: 'Step-by-step guide for Civo deployment'
|
|
},
|
|
{
|
|
title: 'DigitalOcean Droplet',
|
|
link: 'https://dev.to/rutamhere/deploying-docsgpt-on-digitalocean-droplet-50ea',
|
|
description: 'Guide for DigitalOcean deployment'
|
|
},
|
|
{
|
|
title: 'Kamatera Cloud',
|
|
link: 'https://dev.to/rutamhere/deploying-docsgpt-on-kamatera-performance-cloud-1bj',
|
|
description: 'Kamatera deployment tutorial'
|
|
}
|
|
]}
|
|
/>
|