Skip to content
Snippets Groups Projects
Commit 0f3403a7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Updates

parent b167bd85
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
#!/bin/bash
drush -y si
drush -y en redis
drush -y cset system.site name "ECA Demo"
drush -y ucrt max --mail="max@example.com" --password="abc"
drush -y urol administrator max
......@@ -15,7 +16,7 @@ drush -y en config_devel content_moderation context_stack migrate redirect tampe
drush -y en commerce_order commerce_payment commerce_product commerce_promotion commerce_store profile
drush -y en bpmn_io eca eca_access eca_base eca_cache eca_config eca_content eca_form eca_log eca_migrate eca_misc eca_queue eca_user eca_views eca_workflow
drush -y en eca_context eca_entity_share_client eca_entity_share_server eca_state_machine eca_state_machine_example eca_tamper eca_vbo group_action # eca_parameters
drush -y en eca_context eca_parameters eca_entity_share_client eca_entity_share_server eca_state_machine eca_state_machine_example eca_tamper eca_vbo group_action
drush -y en eca_development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment