previousnext / agov
aGov is a free open source Drupal distribution developed specifically for Australian government organisations
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 391
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 29
Forks: 13
Type:drupal-profile
Requires
- composer/installers: ~1.2
- cweagans/composer-patches: ~1.5
- drupal/admin_toolbar: ~1.18
- drupal/agov_base: 1.x-dev
- drupal/agov_whitlam: 1.x-dev
- drupal/better_normalizers: ~1.0
- drupal/core: ~8.6
- drupal/ctools: ~3.0
- drupal/default_content: ~1.0
- drupal/ds: ~3.1
- drupal/embed: ~1.0
- drupal/entity: ~1.0
- drupal/entity_browser: ~2.0
- drupal/entity_embed: ~1.0
- drupal/fences: ~2.0
- drupal/inline_entity_form: ~1.0
- drupal/link_attributes: ~1.0
- drupal/linkit: ~5.0
- drupal/linky: ^1.0@alpha
- drupal/media_entity: ~1.0
- drupal/media_entity_browser: ~2.0
- drupal/media_entity_image: ~1.2
- drupal/metatag: ~1.0
- drupal/page_manager: ~4.0
- drupal/panels: ~4.2
- drupal/password_policy: ~3.0
- drupal/pathauto: ~1.0
- drupal/pnx_media: dev-1.x
- drupal/pnx_media_embed: ~1.0
- drupal/scheduled_updates: ~1.0
- drupal/simple_sitemap: ~2.7
- drupal/token: ~1.0
- drupal/twitter_block: ~2.1
- drupal/video_embed_field: ~2.0
- drupal/workbench_moderation: ~1.1
- drush/drush: ^8.1.15
Requires (Dev)
- drupal-composer/drupal-scaffold: ~2.2
- drupal/config_devel: ~1.0
- vimeo/psalm: ^0.3.39
- webflo/drupal-core-require-dev: ~8.6
This package is auto-updated.
Last update: 2021-03-01 00:17:06 UTC
README
Download
aGov is available as a full drupal site in tgz and zip format at: http://drupal.org/project/agov
Building from Source
Source is available from GitHub at https://github.com/previousnext/agov
Requirements
Docker for Mac
Getting started
$ make init $ make build $ make login
Testing
$ ./bin/phpunit
To run a specific test:
./bin/phpunit --filter "testModuleConfig" tests/src/Kernel/DefaultConfigTest.php