- Issue created by @delacosta456
- 🇯🇴Jordan Rajab Natshah Jordan
One line of Composer and Drush commands
For Varbase site testing or demo purposes, execute these streamlined Composer and Drush commands.
NOT in production sites, only development, testing, and demo varbase sites.
composer require drupal/varbase_media_demo ; ./bin/drush en varbase_media_demo ; ./bin/drush en varbase_blog ; ./bin/drush en devel_generate ; ./bin/drush devel-generate:terms 20 --bundles=tags --min-depth=1 --max-depth=1 --kill -vvv ; ./bin/drush devel-generate:terms 3 --bundles=blog_categories --min-depth=1 --max-depth=1 --kill -vvv ; ./bin/drush devel-generate:content 50 --bundles=varbase_blog --skip-fields='field_blog_categories' --kill -vvv ; ./bin/drush sql:query "UPDATE node__body SET body_summary=''; UPDATE node_revision__body SET body_summary='';"
Packaging a full demo default contents in modules like:
- Status changed to Fixed
5 months ago 3:01pm 23 June 2024 - 🇯🇴Jordan Rajab Natshah Jordan
If you're evaluating Varbase, installing demo content will help you get an idea of how Varbase works, and what features are included.
Installing demo content gives you a taste of what Varbase offers and its key features. It's a handy way to explore Varbase's functionality and see it in action.
- Following with the Varbase Design System
- Following with the Varbase Demo Website
NOTICE
Enable the Varbase Demo module only for testing or demo purposes
NOT in production sites, only development, testing, and demoing Varbase
- Status changed to Fixed
5 months ago 3:01pm 23 June 2024