- Install composer.
Optional - Global composer installation.
If skipping, you may need to replace composer with php composer.phar for your setup.
- Create project
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction
- Install using interactive installer, choose
Open Governmentas your installation profile.
The installation profile installs Drupal Core, contributed and custom modules and theme.
The following contributed modules are installed as part of the profile
- admin_toolbar
- autologout
- bootstrap_layouts
- ckeditor_codemirror
- csv_serialization
- ctools
- facets
- fontawesome
- google_analytics
- honeypot
- redis
- menu_breadcrumb
- metatag
- pathauto
- redirect
- search_api
- search_api_solr
- simple_sitemap
- token
- token_filter
- views_bootstrap
- webform
The theme GCWeb is installed and enabled by the profile.