Skip to content Skip to navigation

Managing Projects Through Install Profiles

At the Stanford Graduate School of Business we manage a website that has a lot of different functionality.  It was important that when we migrated from our old platform that we were able to compartementalize the functionality into maintainable pieces.  By leveraging install profiles and Features we are able to accomplish this and we are able to better understand where to fix bugs when problems arise.  This talk will go over how we have designed our development workflow and lessons we have learned that could improve it.

Schedule info
Status: 
Accepted
Experience level: 
Advanced
Speaker(s): 
redndahead
Session Time Slot(s): 
Friday, April 18, 2014 - 11:00 to 11:45
Track: 

Comments

Thanks for coming. Here is the link to the slides. The last slide has links to the install profiles I was showing. For stanfordcamp there are 3 branches. Basic is the littlest you need to have a profile. Full has some modules in it. Make is full just with using a make file. To build stanfordcamp
git clone https://github.com/redndahead/stanfordcamp-distro.git
cd stanfordcamp-distro
drush make stanfordcamp-distro.make /path/to/where/you/want/the/build/stanfordcamp
For the gsb website you can do the same thing just with the gsb-distro repository. https://docs.google.com/presentation/d/1K0eITgmvPZ2ZMpAU6J-e2mhu0UNJXdLx...