I have a quick question. I know I can install a base drupal 8 via drush.

My question is can I use drush to install an open church distro and if so how how would I go about that.

Comments

overseerhobbit created an issue. See original summary.

drupalninja99’s picture

All you need to do is run "drush dl openchurch" to download Drupal + OpenChurch which you can install just like you would install Drupal.

drush dl openchurch
 [success] Project openchurch (8.x-2.0-rc9) downloaded to /Users/username/htdocs/openchurch-8.x-2.0-rc9.
 [success] Project openchurch contains:
 - 2 profiles: openchurch, standard
 - 25 themes: openchurch_theme, openchurch_video, openchurch_staff, openchurch_podcast, openchurch_image, openchurch_homepage, openchurch_giving, openchurch_gallery, openchurch_contact, openchurch_bulletin, openchurch_blog, stark, stable, seven, twig, classy, bartik, testing_multilingual_with_english, testing_multilingual, testing_missing_dependencies, testing_config_overrides, testing_config_import, drupal_system_listing_compatible_test, testing, minimal
 - 79 modules: openchurch_ministry, openchurch_event, features_ui, features, config_update_ui, config_update, workflows, views_ui, views, user, update, tracker, tour, toolbar, text, telephone, taxonomy, system, syslog, statistics, simpletest, shortcut, serialization, search, rest, responsive_image, rdf, quickedit, path, page_cache, outside_in, options, node, migrate_drupal_ui, migrate_drupal, migrate, menu_ui, menu_link_content, locale, link, layout_discovery, language, inline_form_errors, image, history, help, hal, forum, filter, file, field_ui, field_layout, field, entity_reference, editor, dynamic_page_cache, dblog, datetime_range, datetime, contextual, content_translation, content_moderation, contact, config_translation, config, comment, color, ckeditor, breakpoint, book, block_place, block_content, block, big_pipe, basic_auth, ban, automated_cron, aggregator, action

drupalninja99’s picture

Status: Active » Closed (works as designed)