nwitnrw / freegov
Drupal 8 for Government (Drupal 8 für die öffentliche Verwaltung)
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- php: >=7.2
- ext-json: *
- composer/installers: ^1.0
- cweagans/composer-patches: ^1.6.0
- drupal/address: ^1.0
- drupal/admin_toolbar: ^2.0
- drupal/advagg: ^4.0
- drupal/block_field: ^1.0.0
- drupal/block_permissions: ^1.0
- drupal/calendar: ~1.0@alpha
- drupal/config_replace: ^2.0
- drupal/core: ~8.9.2
- drupal/core-composer-scaffold: ~8.9.2
- drupal/crop: ^2.0.0-rc1
- drupal/date_popup: ^1.0
- drupal/degov_simplenews: ^2.0
- drupal/diff: ^1.0@RC
- drupal/dropzonejs: ^2.0
- drupal/easy_breadcrumb: ~1.13
- drupal/embed: ^1.3
- drupal/entity_browser: ^2.0
- drupal/entity_embed: ^1.1
- drupal/entity_reference_display: ^1.0
- drupal/entity_reference_revisions: ^1.2
- drupal/eu_cookie_compliance: ^1.5
- drupal/facets: ^1.5
- drupal/field_group: ^3.0
- drupal/geocoder: ^2.0-alpha5
- drupal/geofield: ^1.6
- drupal/image_widget_crop: ^2.1
- drupal/imagick: ^1.0
- drupal/inline_entity_form: ^1.0
- drupal/link_attributes: ^1.1
- drupal/linkit: ^4.3
- drupal/mail_login: ^1.0
- drupal/mailsystem: ^4.1
- drupal/matomo: ^1.1
- drupal/media_entity_generic: ^1.0
- drupal/media_entity_instagram: ^2.0
- drupal/media_entity_twitter: ^2.0
- drupal/metatag: ^1.1
- drupal/open_readspeaker: ^1.5
- drupal/paragraphs: ^1.3
- drupal/paragraphs_edit: 2.x-dev
- drupal/pathauto: ^1.6
- drupal/permissions_by_term: ^2.25
- drupal/permissions_by_term_redirect: ^1.0
- drupal/redirect: ^1.0.0
- drupal/restrict_ip: ^1.0
- drupal/role_delegation: ^1.0.0
- drupal/scheduled_publish: 3.6
- drupal/search_api: ^1.2
- drupal/search_api_attachments: ^1.0@beta
- drupal/search_api_solr: ^3.0
- drupal/search_api_sorts: ^1.0@beta
- drupal/shariff: ^1.0
- drupal/simple_sitemap: ^3.3
- drupal/simplenews: ^2.0
- drupal/sitemap: ^1.3
- drupal/spamspan: ^1.1
- drupal/swiftmailer: ^1.0-beta1
- drupal/system_stream_wrapper: ^1.0-alpha2
- drupal/token: ^1.0
- drupal/twig_field_value: ^1.1
- drupal/ultimate_cron: 2.0.0-alpha4
- drupal/video_embed_field: ^2.0
- drupal/views_infinite_scroll: ^1.1
- drupal/views_parity_row: ^1.8
- drupal/viewsreference: 1.4
- drupal/webform: ^5.11
- drupal/workbench: ^1.0
- enyo/dropzone: ^4.3.0
- fengyuanchen/cropper: ^3.1.3
- heiseonline/shariff: ^2.0.4
- james-heinrich/getid3: ^2.0
- kenwheeler/slick: ^1.7.1
- leaflet/leaflet: ^1.1.0
- madcoda/php-youtube-api: ^1.2
- mnsami/composer-custom-directory-installer: ^1.0
- oomphinc/composer-installers-extender: ^1.1
- php-coord/php-coord: ^2.1
- phpdocumentor/reflection-docblock: ^3.0|^4.0
- raiym/instagram-php-scraper: ^0.8.22
- symfony/filesystem: ^3.4
Conflicts
- symfony/http-foundation: 3.4.24
- twig/twig: 1.40.0
README
deGov - Drupal 8 for Government
Notes
deGov is the first Drupal 8 distribution focussing on the needs of (German) governmental organisations. It uses Acquia Lightning as a basis and extends this it with valueable functions to meet the use cases for different scenarios:
- Websites for governmental organisations from all levels (federal, regional, local) to publish information
- Service-oriented E-Government portals to close the gap between citizens and your administration
- Citizen Engagement portals to discuss and decide online
- Open311 portals for civic issue tracking
- Open data portals to publish and create communities around data
- Intranet/Extranet for government employees
Sounds interesting? Then go for it and install the first Drupal 8 distribution for government!
Prerequisites
- Webserver (Apache2, Nginx, Hiawatha, Microsoft IIS)
- PHP >= 7.1+ | Memory >= 64MB
- RDMS (MySQL => 5.5.3, MariaDB => 5.5.20, Percona Server => 5.5.8)
- Mailserver (Postfix, exim, etc.)
- Composer
Installing deGov
BEFORE YOU INSTALL: please read the prerequisites
First your need to setup the deGov repository.
composer create-project degov/degov-project MY_PROJECT_PATH
Change your working directory into deGov
$ cd MY_PROJECT_PATH
You need to install deGov. You need to choose one installation type ####Drush You can install your site via drush. Drush will be shipped by deGov
bin/drush si degov
####Webinstaller Visit the deGov-Domain to start the installation process. Follow the Installer instructions to successfully finish the installation process.
http://[YOUR_SITE]/
Usage
Visit the following page to log into your deGov Installation with your previously created User to administer your deGov Installation.
http://[YOUR_SITE]/user/login/
Testing
PHPUnit
Drupal 8 needs PHPUnit 4.8. Therefor it is recommended to download the PHP phar archive in the
appropriate version. Copy the phpunit.xml.dist
file to phpunit.xml
for fitting your needs. Afterwards you can execute the
tests via:
php ./phpunit-4.8.9.phar
Behat
Needs to be added
Learn more about testing in Drupal 8.
License
GNU General Public License, version 2. The same as the Drupal core.