Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2011 at 08:27 UTC
Updated:
14 May 2013 at 14:43 UTC
I'm using this profile, i installed it with drush make. What's the best way to update it to the last dev ?
Comments
Comment #1
BenK commentedYeah, I'm also wondering this...
Comment #2
latulipeblanche commentedAfter installing DC kickstart, all the modules were installed in the profile directory.
I moved all modules to their normal place (sites/all/modules/) so now I can use Drush to update the modules.
Comment #3
rszrama commentedWe'll need to figure that out... I'd like to be able to direct the distribution to put component modules in sites/all/modules, but I don't know if I can do that. Perhaps the best thing to do would be to setup your Drupal directory how you need it to be and then just use the installation profile standalone (i.e. without drush make or a full distrubition).
Comment #4
latulipeblanche commentedI did a complete installation with Drush and copied the modules to there place-to-be (sites/all/modules).
Even with the little copie-thing, Drush is super quick.
Comment #5
rszrama commentedOk, great. And right now drush should be pulling modules from their Git repositories... so as long as you have Git installed, you should be able to go to the module's directory and type "git pull" to update to the latest version of the code (and then "git checkout [tag-name]" to checkout a specific release by tag).
Comment #7
wreford commented"copy" or "move"? I'm guessing you meant move.
Comment #8
drupalreggie commentedJust want to double check...
Can I move all the modules contained within;
profiles/commerce_kickstart/modules/commerce_kickstart
AND
profiles/commerce_kickstart/modules/contrib
to
sites/all/modules
...without destroying the site?
Presumably placing them in this directory will allow Drupal to detect new updates etc.?
Cheers,
Comment #9
rszrama commentedNope, there's no reason to move them. Just keep up to date w/ Kickstart updates.