ODK Central install failed to build

Hello everyone, I need help, I try to install odkcetral but the installation always gives me errors like this photo
error

My VPS has 1 GIB RAM
20 GIB Space

Welcome to the forum and thanks for adding your profile picture. It helps build community! When you get a chance, please introduce yourself on this forum thread.

The build process is being killed so it's likely a resource (usually RAM) issue. Try adding swap or increasing your server to 2GB RAM.

1 Like

Central comes with a PostgreSQL v14.x database server to store your data. To use a custom PostgreSQL database server you can follow the instructions here: https://docs.getodk.org/central-install-digital-ocean/#using-a-custom-database-server

Central has an interface for managing forms and data.

It also has a robust API: https://docs.getodk.org/central-api/

And there are tools to make it easier to interact with the API, such as pyODK: https://getodk.github.io/pyodk/

1 Like