Skip to content

Instantly share code, notes, and snippets.

@markpbaggett
Created August 31, 2016 21:31
Show Gist options
  • Save markpbaggett/d888571a0eaa189f121e568812359807 to your computer and use it in GitHub Desktop.
Save markpbaggett/d888571a0eaa189f121e568812359807 to your computer and use it in GitHub Desktop.
vagrant_theme_enable
#!/bin/bash
echo "drush enable theme"
sudo chown -hR vagrant:www-data "$DRUPAL_HOME"/sites/all/themes
sudo chmod -R 755 "$DRUPAL_HOME"/sites/all/themes
cd "$DRUPAL_HOME"/sites/all/themes || exit
git clone https://github.com/utkdigitalinitiatives/UTKdrupal
drush -y -u 1 en pm-enable UTKdrupal
#drush -y -u 1 en vset theme_default UTKdrupal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment