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

Draft: Fix setup #3132

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

Draft: Fix setup #3132

wants to merge 3 commits into from

Conversation

zirni
Copy link
Contributor

@zirni zirni commented Jan 6, 2025

fixes some issues happened during setting up the dev env

zirni added 2 commits January 6, 2025 11:46
Bundling failed due to a missing branch called
download-flatpickr-locales reference.
Because of a missing imagemagick installation
on my local machine the test suite failed.
Imagemagick is a requirement to run AlchemyCMS
so explicitely mention it in the README.
@zirni zirni requested a review from a team as a code owner January 6, 2025 11:33
@zirni zirni changed the title Fix setup Draft: Fix setup Jan 6, 2025
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.58%. Comparing base (b4b2471) to head (a037c59).
Report is 27 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3132      +/-   ##
==========================================
- Coverage   96.58%   96.58%   -0.01%     
==========================================
  Files         236      236              
  Lines        6334     6360      +26     
==========================================
+ Hits         6118     6143      +25     
- Misses        216      217       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The guides already cover the relevant dependencies
needed to run AlchemyCMS.

As for contributing to AlchemyCMS or changing it,
we don't currently have a dedicated place to list
additional dependencies like chromedriver.

I think the README would be a good spot to include
that information, but it could also make its way
into the guides if that makes more sense. What do
you think? Shall we add a section on additional
dependencies to the README or the guides?
Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

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

Thanks

@@ -15,7 +15,7 @@ if ENV["DB"] == "mysql" || ENV["DB"] == "mariadb"
end
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

gem "alchemy_i18n", github: "AlchemyCMS/alchemy_i18n", branch: "download-flatpickr-locales"
gem "alchemy_i18n", github: "AlchemyCMS/alchemy_i18n", branch: "main"
Copy link
Member

Choose a reason for hiding this comment

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

This has already been fixed in latest main https://github.com/AlchemyCMS/alchemy_cms/blob/main/Gemfile#L18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants