Skip to content

Instantly share code, notes, and snippets.

@sirkitree
Created August 3, 2012 13:53
Show Gist options
  • Select an option

  • Save sirkitree/3247909 to your computer and use it in GitHub Desktop.

Select an option

Save sirkitree/3247909 to your computer and use it in GitHub Desktop.
reset.sh
drush site-install lagra -y
drush upwd admin --password="admin"
drush fra --force -y
drush dis overlay -y
drush cc all
# Migrate taxonomy terms
drush lmi tag
drush lmi genre
drush lmi award
# Migrate content
drush lmi event
drush lmi nominee
drush lmi page
drush lmi photo
drush lmi podcast
drush lmi press_release
drush lmi sponsor
drush lmi video import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment