I'm using this profile, i installed it with drush make. What's the best way to update it to the last dev ?

Comments

BenK’s picture

Yeah, I'm also wondering this...

latulipeblanche’s picture

After 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.

rszrama’s picture

Version: » 7.x-1.x-dev
Status: Active » Needs review

We'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).

latulipeblanche’s picture

I 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.

rszrama’s picture

Status: Needs review » Fixed

Ok, 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).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

wreford’s picture

I did a complete installation with Drush and copied the modules to there place-to-be (sites/all/modules).

"copy" or "move"? I'm guessing you meant move.

drupalreggie’s picture

Just 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,

rszrama’s picture

Nope, there's no reason to move them. Just keep up to date w/ Kickstart updates.