Posted by seanhellwig on October 26, 2010 at 6:53am
Hi everybody, I'm brand spanking new to the world of Pantheon and just set up my first Pantheon / Mercury site on slicehost thanks to Greg Coit's great writeup.
I was at the SFDUG meeting a few weeks ago when Chapter Three demoed Pantheon. If i remember correctly, they integrated git into the Hudson jobs? I was wondering if anybody had any tips on how to create an effective GIT workflow for development on a Mercury site. The workflow i was thinking would be to develop locally on a VM, commit changes and update via Hudson. Any help / advice is greatly appreciated.
Comments
re: Pantheon Mercury GIT Worlflow help
Pantheon 1.1 (which you linked to above) doesn't not have version control system incorporated into it.
The next version, 1.2, which we should have available for beta by mid-November, does have git setup, a default workflow and Hudson for managing the jobs. They allow the user to push code from dev to test to live (and pull files and the database from live to test to dev).
All our Pantheon-specific code is open-source and can be viewed at https://launchpad.net/pantheon.
Hope this helps,
Greg
--
Greg Coit
Systems Administrator
http://www.chapterthree.com
Awesome! Thanks for the info,
Awesome! Thanks for the info, Greg.