title | description | tags | ||||
---|---|---|---|---|---|---|
Directus |
A one-click-install Directus instance using PostgreSQL. Always install lastest version know of Directus. |
|
This example runs a Directus instance with minimal config using PostgreSQL.
- Directus
- PostgreSQL
- Javascript
- Add the .env vars on template (you can add more vars when the app is deployed).
- Let railway deploy your service, grab the generated domain from the service settings.
- Login in the panel using the defined ADMIN_EMAIL and ADMIN_PASSWORD used in .env vars
-
This is a minimal one-click-deploy solution to Directus, see Directus docs to config it to your needs.
-
Re deploys won't erase your db data since according to Directus docs
Directus will use an existing .env file (or existing environment variables) to either install the database (if it's empty) or migrate it to the latest version (if it already exists and has missing migrations).
but be careful!