We need a script that could handle the installation of a Decidim instance in a newly created server, so that a user without much technical knowledge could do this process on it's own.
Things that need to be sorted out before the script:
This script should:
Evolution of the script:
- Handle updates
- Handle rollbacks
- Local backups of the database
- Module installations
This script should have a well-documented entry in this repository/the decidim repository and docs.decidim.org.
References:
We need a script that could handle the installation of a Decidim instance in a newly created server, so that a user without much technical knowledge could do this process on it's own.
Things that need to be sorted out before the script:
:latestversion is pointed tov0.28.6and the latest decidim version built is thev0.29.1.decidim-generatorand then pushed to the repository. That means that every image has a set of db migrations that don't share a timestamp.This script should:
ghcr.io/decidim/decidim:latestdocker-compose.ymland the configuration needed.storagedb/migrationsEvolution of the script:
This script should have a well-documented entry in this repository/the decidim repository and docs.decidim.org.
References: