-
-
Save amitaibu/924a80f27890b560d5e16c6a99cd9907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
drush si --account-pass=admin -y && drush en devel kint og_ui -y | |
drush php-eval "\Drupal\og\Og::groupTypeManager()->addGroup('node', 'page');" | |
drush php-eval "\Drupal\og\Og::createField(\Drupal\og\OgGroupAudienceHelper::DEFAULT_FIELD, 'node', 'article');" | |
drupal create:users authenticated --limit="10" --password="5" --time-range="604800" | |
drupal create:nodes page --limit="25" --title-words="5" --time-range="604800" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment