Last active
July 19, 2016 03:05
-
-
Save tomrishworth/054b4200cd438258b238 to your computer and use it in GitHub Desktop.
This file contains 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
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