Workflow of Drupal development on Pantheon
Description
Create content on pantheon, update localhost and also change code or content locally and push it to pantheon. For an invitation code for pantheon please visit https://getpantheon.com/request-code example.sh mysqladmin -u root -proot drop example; mysqladmin -u root -proot create example; echo "blank database created for example"; echo "Fresh data on its way"; zcat db_dev.sql.gz | mysql -u root -proot example; rm db_dev.sql.gz; tar -xvf files_dev.tar; echo "premition to move and delete files"; sudo rm -rf ~/www/example/sites/default/files; mv files_dev ~/www/example/sites/default/files; chmod -R 777 ~/www/example/sites/default/files; rm files_dev.tar; echo "Done !!!";
Embed the Video
Post a Comment
Please login or register to poste comments