The template setup method installs CE as a git submodule (see more here). So you need to tell Capistrano to initialize and update the submodule when deploying:
set :git_enable_submodules, true You can also do this manually on your server: git submodule init git submodule update Thanks! Bruno On Fri, Sep 25, 2009 at 12:50 AM, Don French <[email protected]> wrote: > > What is the best way to deploy a CE application. My current version > has a few changes in the base app to override. I tried it with > capistrano and the plugin did not get deployed. The plugin > community_engine is empty. I installed the CE on my development system > with the simple one line method. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
