Skip to content

Instantly share code, notes, and snippets.

@khalib
Created June 26, 2015 23:42
Show Gist options
  • Select an option

  • Save khalib/228c18325228ba3b900e to your computer and use it in GitHub Desktop.

Select an option

Save khalib/228c18325228ba3b900e to your computer and use it in GitHub Desktop.
Graphite Drush Init
drush -l local.graphite.org vset preprocess_js 0 --yes
drush -l local.graphite.org vset preprocess_css 0 --yes
drush -l local.graphite.org pm-disable -y masquerade
drush -l local.graphite.org pm-disable -y cdn
drush -l local.graphite.org vset honeypot_time_limit 0 --yes
drush -l local.graphite.org vset error_level 2 --yes
drush -l local.graphite.org vset csm_migration_d6_hostname local.csm.org --yes
drush -l local.graphite.org vset tlr_csm_sync_csm_api_host local.csm.org --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment