Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of official decidim modules #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

alexrlpz
Copy link
Collaborator

Resolves #6

@alexrlpz alexrlpz added the enhancement New feature or request label Jul 29, 2024
@alexrlpz alexrlpz requested a review from fblupi July 29, 2024 07:53
Copy link
Member

@fblupi fblupi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small change to have the Gemfile with a better organization. Just use a block for the decidim official modules, other for the internal modules and other for the external modules. Something like

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION

gem "decidim-dipgra_census_authorization", path: "decidim-dipgra_census_authorization"

gem "decidim-clave", git: "https://github.com/nazaries-intelligenia/decidim-module-clave.git"
gem "decidim-file_authorization_handler", git: "https://github.com/nazaries-intelligenia/decidim-file_authorization_handler.git"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git"

@alexrlpz alexrlpz requested a review from fblupi September 12, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install official decidim modules
2 participants