drupalcz / csgov
A feature-rich Drupal distribution for Czech and Slovak eGovernment sites.
Installs: 575
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 4
Open Issues: 8
Type:drupal-profile
Requires
- php: >=8.1
- composer/installers: ^2.0
- cweagans/composer-patches: ^1.7
- drupal/address: ^2.0
- drupal/admin_toolbar: ^3.0
- drupal/antibot: ^2.0
- drupal/auto_entitylabel: ^3.0
- drupal/better_exposed_filters: *
- drupal/block_ajax: 3.x-dev@dev
- drupal/components: ^3.0.0
- drupal/config_ignore: ^3.1.0
- drupal/config_rewrite: ^1.5
- drupal/config_split: ^2.0
- drupal/core-composer-scaffold: ~10.4.0
- drupal/core-project-message: ~10.4.0
- drupal/core-recommended: ~10.4.0
- drupal/ctools: ^4.0
- drupal/decorative_image_widget: ^1.0
- drupal/easy_breadcrumb: ^2.0
- drupal/entity_class_formatter: ^2.0
- drupal/entity_reference_display: ^2.0
- drupal/environment_indicator: ^4.0
- drupal/extlink: ^2.0
- drupal/facets: 2.0.9
- drupal/field_group: ^3.4
- drupal/focal_point: ^2.0
- drupal/gin: ^3.0
- drupal/gin_lb: ^1.0@RC
- drupal/gin_login: ^2.0
- drupal/gin_toolbar: ^1.0
- drupal/gov_cz: 4.x-dev@dev
- drupal/honeypot: ^2.1
- drupal/image_style_quality: ^1.6
- drupal/inline_entity_form: ^2.0@RC
- drupal/layout_builder_lock: ^1.2
- drupal/layout_builder_modal: ^1.2
- drupal/layout_builder_restrictions: ^2.19
- drupal/leaflet: ^10.2
- drupal/leaflet_more_maps: ^2.1
- drupal/linked_field: ^1.3.0
- drupal/linkit: ^6.1
- drupal/login_security: ^2.0
- drupal/media_library_edit: ^3.0
- drupal/menu_block: ^1.10
- drupal/menu_trail_by_path: ^2.0
- drupal/metatag: ^2.0
- drupal/migrate_plus: ^6.0
- drupal/module_filter: ^5.0
- drupal/nomarkup: ^1.0
- drupal/office_hours: ^1.16
- drupal/override_node_options: ^2.7
- drupal/paragraphs: ^1.15
- drupal/paragraphs_ee: ^10.0
- drupal/password_policy: ^4.0
- drupal/password_policy_pwned: ^2.0
- drupal/pathauto: ^1.11
- drupal/quick_node_clone: ^1.18
- drupal/rabbit_hole: ^2.0
- drupal/real_aes: ^2.5
- drupal/redirect: ^1.9
- drupal/responsive_favicons: ^2.0
- drupal/responsive_preview: ^2.1
- drupal/scheduler: ^2.0
- drupal/schema_metatag: ^3.0
- drupal/search_api: ^1.29
- drupal/shield: ^1.7
- drupal/simple_sitemap: ^4.1
- drupal/smart_date: ^4.0
- drupal/svg_image_field: ^2.3
- drupal/tfa: ^1.3
- drupal/token: ^1.12
- drupal/tvi: 2.0
- drupal/twig_tweak: ^3.2
- drupal/username_enumeration_prevention: 1.4
- drupal/viewsreference: ^2.0@beta
- drupal/webform: ^6.2.9
- drupal/webp: ^1.0@RC
- drupalcz/csgov_theme: ^4.0
- drush/drush: ^12.4
- oomphinc/composer-installers-extender: ^2.0
- vlucas/phpdotenv: ^2.4
- webflo/drupal-finder: ^1.0.0
Requires (Dev)
- drupal/devel: ^5.0
- drupal/stage_file_proxy: ^2.1
README
Basic Drupal distribution created to support needs of Czech and Slovak government and city website needs.
How to create new project in a minute.
You should be good with any LAMP stack complying with Drupal 10 requirements. You also need to have composer 2 and at least PHP 8.1 on your local machine.
- Create project using composer:
$ composer create-project drupalcz/csgov-project:"2.0.0" MY_PROJECT
- Install site:
$ drush site:install csgov
In the output you find admin login and password.
- Start using it: Previous commands gave you URL and credentials. Go to the URL/user, fill in the credentials and you're good to go.
Known Issues
- This repository is still a Work-in-Progress, and may and will change in time.
Requirements
- PHP 8.1
- MySQL, MariaDB or Percona Server
- Apache 2
- For detailed list of requirements see https://www.drupal.org/docs/system-requirements
Happy codding!