php - How to manage Drupal custom modules? -


imagine scenario: use custom drupal module in drupal-7 website , in drupal-7 website b , make changes custom module in website a. if want these updates in drupal website b, you'll have to:

  1. push changes remote server (at moment use git repo keep track of our custom drupal modules)
  2. pull changes in website b (and other websites use custom module)

is there way don't have keep track of websites custom module installed? in other words: possible notice in website b there new version of custom module, if default contrib drupal module?

the closest you'll without writing custom feature server module

this module allows share features , custom modules on own website. lets create projects , releases, , produces update xml feed compatible update module in core. in way it's highly simplified version of project module.

there's release drupal 6, can use version provide feeds d7 modules too.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -