- Issue created by @thehaag
- Status changed to Needs review
8 months ago 6:20am 15 May 2024 - 🇮🇳India chaitanyadessai Goa
@thehaag Install components module using composer require drupal/components ^3.0@beta then install civictheme using composer require 'drupal/civictheme:^1.7', enable required modules manually. clear cache and reload.
- Assigned to fionamorrison23
- Status changed to Active
8 months ago 9:23pm 15 May 2024 - Status changed to Postponed: needs info
8 months ago 12:30am 31 May 2024 @thehaag have you had success? Did you see the comment from chaitanyadessai ?
Postponing this issue until we have more information.
There is also documentation here: https://github.com/civictheme/docs/tree/main/development/drupal-theme- 🇵🇰Pakistan ugintl
PHP: 8.1
Drupal: 10.2I am trying to install via composer and receiving this error
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/civictheme ^1.7 -> satisfiable by drupal/civictheme[1.7.0, 1.7.1]. - drupal/civictheme[1.7.0, ..., 1.7.1] require drupal/components ^3@beta -> found drupal/components[dev-3.x, 3.0.0-alpha1, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- 🇦🇺Australia RichardGaunt Melbourne
Recommend running the composer command directly with the beta stability requirement should solve this:
composer require 'drupal/components:^3.0@beta'
This is a safeguard by composer against installing packages with non-release standard stability.
- 🇵🇰Pakistan ugintl
I cleared all cache and now it is working.
1. Should I uncheck "Aggregate Css" and "Aggregate Javascript"?
2. Currently the front page looks like this. How can I override it?
- 🇦🇺Australia RichardGaunt Melbourne
@ugintl
The next step is to make a front page - you will need to go to Content and create a page and then to Configuration to set this page as the front page of your website
Just looking at the message on your screen its giving a link to the CivicTheme Docs page - https://www.civictheme.io/how-to-use-civictheme/getting-started-document...
Which gives pretty good starter instructions.
Any questions about this let me know.
- Status changed to Closed: works as designed
7 months ago 9:26am 29 June 2024 - 🇦🇺Australia alex.skrypnyk Melbourne
Looks like it is all working. Closing as "works as designed".