-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
base: main
Are you sure you want to change the base?
Draft: Fix setup #3132
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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?
There was a problem hiding this 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" |
There was a problem hiding this comment.
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
fixes some issues happened during setting up the dev env