Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active September 8, 2016 12:01
Show Gist options
  • Save amitaibu/924a80f27890b560d5e16c6a99cd9907 to your computer and use it in GitHub Desktop.
Save amitaibu/924a80f27890b560d5e16c6a99cd9907 to your computer and use it in GitHub Desktop.
#!/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