Created
June 26, 2015 23:42
-
-
Save khalib/228c18325228ba3b900e to your computer and use it in GitHub Desktop.
Graphite Drush Init
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
| 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