How-to
Manage your account
- Update billing and credit card information
- Retrieve your invoices
- Upload your SSH public key
- Enable Beta features
- Delete your account
- Rename an organisation
Manage your applications
- Duplicate an application
- Delete an application
- Add a collaborator
- Rename an application
- Transfer an application to another organisation
- Use our backup system
- Clear the Cloudflare cache
Configure an existing web application for deployment
Prepare your web application for deployment on Divio with Docker.
Deploy an application
Development workflow
- Set up the Divio local development environment
- Run a local application in live configuration
- Configure external Git hosting
- Use Git to manage your application
- Set up CI/CD
- Use the Divio API
Building a Docker application
Platform-specific guides
- Python and Django
- Node.js
- Aldryn (legacy)
Python and Django
For Django-based applications.
Node.js
Aldryn
For Django-based applications using the Aldryn addons framework.
- Add a Django application to an Aldryn application
- Configure Django settings using Aldryn
- Configure external logging
- Manage access authentication
- Manage redirects in Django applications
- Log in to a local Django application
- Manage uWSGI configuration
- Fine-tune uWSGI server performance
- Package an application as an Aldryn addon
- Update an existing Aldryn addon
Managing an application's resources
- Interact with your application's database
- Interact with your application's cloud media storage
- Configure media serving on a custom domain
- How to manage your application's environment variables
- Additional information
- Upgrade a PostgreSQL service
Troubleshooting
- Debug cloud deployment problems
- Diagnose performance issues
- Identify and resolve a Python dependency conflict
- Get help when you have a problem