Hi All,

Do we have any module or distribution to replicate the module management like how drupal works to manage all the modules,

I have to create our own package with upload/maintain our own developers modules internally by using drupal 7 ?

Can anyone help/guide me to achieve module management internally ?

Regards.,
Siva

Comments

Jaypan’s picture

I don't have a Drupal answer for you, but our method is to have a GIT repository for each module on our server, and just commit/pull from that to each of our projects that we use them on.