thanks john, I just tried that and it does add the extensions, but they are pulled from their original location (i.e. these are all hosted at github) but a couple of them have had to be altered by me to have them work on my server, and I want them to either a) have changes to /vendors/extensions/... be added with git add . b) ignore the folders all together and not create empty folders on the server.
Anyway , thanks again. Blake On Oct 13, 11:20 am, john muhl <[email protected]> wrote: > On Wed, Oct 13, 2010 at 9:51 AM, Blake <[email protected]> wrote: > > my setup is a local version of radiant with two custom extensions, and > > few installed ones (mailer, mediamaid, settings, share_layouts). I > > have a git repo of the project that I can cap deploy to my server > > successfully, but the extensions that I installed do not get copied > > up, meaning that the 'folder' gets added to git and and empty folder > > is pushed to the server. > > i believe `./script/extension install` adds extensions as git > submodules. try adding: > > set :git_enable_submodules, 1 > > to your config/deploy.rb file.
