You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/self-hosting/installation/digital-ocean.mdx
+59-20Lines changed: 59 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,78 @@ tags: ['Open Source']
4
4
keywords : ['NocoDB installation', 'NocoDB Digital Ocean installation', 'NocoDB prerequisites']
5
5
---
6
6
7
-
Follow these steps to deploy NocoDB on DigitalOcean using their App Platform.
7
+
This guide outlines how to deploy **NocoDB** on [DigitalOcean App Platform](https://www.digitalocean.com/products/app-platform), a fully managed solution for container-based applications. It covers provisioning databases, object storage, and setting environment variables for a reliable, scalable setup.
8
8
9
-
### Deployment Steps
9
+
##Step 1: Set Up Required Services
10
10
11
-
1. On the DigitalOcean homepage, click on the Create icon and select "Apps (Deploy your code)".
11
+
Since DigitalOcean App Platform doesn't support persistent volumes, NocoDB's data must be stored using **managed services**. You’ll need:
0 commit comments