Skip to content

Instantly share code, notes, and snippets.

@tomrishworth
Last active July 19, 2016 03:05
Show Gist options
  • Save tomrishworth/054b4200cd438258b238 to your computer and use it in GitHub Desktop.
Save tomrishworth/054b4200cd438258b238 to your computer and use it in GitHub Desktop.
Add new virtual hosts settings to settings.yml
Vagrant up
Vagrant ssh
cd into project folder
clone repo from Pantheon
create settings.local.php(duplicate and rename example.settings.local.php)
edit database settings
change base_url
grab files & database from Pantheon
unzip db and rename to database.sql
add files folder to local project
add database using command below
drush sqlc < database.sql
mysql -u user -ppassword caci-murad < database.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment