Skip to content

Commit

Permalink
Issue #3258410: Keep using drupal/varbase_layout_builder ~9.0 and dru…
Browse files Browse the repository at this point in the history
…pal/varbase_faqs ~6.0 on the 4.0.x branch
  • Loading branch information
Natshah committed Jan 16, 2022
1 parent e15c02a commit 04a6035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"drupal/core": "~9.0",
"vardot/entity-definition-update-manager": "~1.0",
"vardot/varbase": "~9.0.0",
"drupal/varbase_faqs": "~9.0",
"drupal/varbase_faqs": "~6.0",
"drupal/varbase_layout_builder": "~9.0",
"drupal/fontawesome": "~2.0",
"drupal/better_normalizers": "~1.0",
"drupal/votingapi": "~3.0",
Expand Down
26 changes: 1 addition & 25 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,7 @@ But make sure to have the webmaster user with the `dD.123123ddd` passwrod.
Exmaple Drush install:
Change directory in the terminal to the path of the project and `/PROJECT_DIR_NAME/docroot`
```
../bin/drush site-install vardoc --yes --account-name="webmaster" --account-pass="dD.123123ddd" --account-mail="[email protected]" --db-url="mysql://root:[email protected]/test_varbase" --locale="en" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider_media=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true install_configure_form.enable_update_status_emails=NULL -vvv
```

### Enable all Vardoc components
Make sure that all vardoc modules are insalled.
```
../bin/drush pm:enable vmi --yes
../bin/drush pm:enable varbase_heroslider_media --yes
../bin/drush pm:enable varbase_carousels --yes
../bin/drush pm:enable varbase_search --yes
../bin/drush pm:enable varbase_blog --yes
../bin/drush pm:enable varbase_development --yes
../bin/drush pm:enable varbase_styleguide --yes
../bin/drush pm:enable varbase_landing --yes
../bin/drush pm:enable varbase_api --yes
../bin/drush pm:enable varbase_content_planner --yes
../bin/drush pm:enable varbase_media_instagram --yes
../bin/drush pm:enable varbase_media_twitter --yes
../bin/drush pm:enable varbase_auth --yes
../bin/drush pm:enable social_auth_google --yes
../bin/drush pm:enable social_auth_facebook --yes
../bin/drush pm:enable social_auth_twitter --yes
../bin/drush pm:enable social_auth_linkedin --yes
../bin/drush cr
../bin/drush site-install vardoc --yes --account-name="webmaster" --account-pass="dD.123123ddd" --account-mail="[email protected]" --db-url="mysql://root:[email protected]/test_varbase" --locale="en" install_configure_form.enable_update_status_emails=NULL -vvv
```

### Enable the Drush Language Command module and add RTL language
Expand Down

0 comments on commit 04a6035

Please sign in to comment.