Skip to content

candidosales/digital-ocean-app_render_strapi

Repository files navigation

Digital Ocean App / Render - Strapi

This example deploys self-hosted version of Strapi. Internally it uses a PostgreSQL database to store the data.

✨ Features

💁‍♀️ How to use

Digital Ocean

Deploy to DigitalOcean

  • Click the Digital Ocean button 👆
  • Add the environment variables

Render

Deploy to Render

  • Click the Deploy to Render button 👆

📝 Notes

  • After your app is deployed, visit the /admin endpoint to create your admin user.
  • Digital Ocean App's filesystem is ephemeral which is why any changes to the filesystem are not persisted between deploys. This is why, this example uses Cloudinary for storage.
    • You have just to set up the Cloudinary credentials in config/plugins.js and remove the provider local in the same file.

Environment Variables

Run locally

Customization

  • Create .env file on the root folder to add the environment variables:

Admin customization

  • Create the src/admin/app.js to customize the Admin panel;
    • For each change do you have to run yarn build;
    • More info here;

Plugins installed

About

Deploy Strapi to Digital Ocean App or Render

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published