Hello. I want to create private git repo for own needs. I want to use drupal cms and already created modules like project and vcs. Is that possible to create such site based on drupal 7 core?
It's not clear what you're asking. You want to store your Drupal site's code base in git, or you want to use Drupal to replicate GitHub?
Drupal.org is now running a Git server, but the setup for it is decidedly non-trivial and there are a fair number of custom bits. It's all publicly available code, I believe, but I would not recommend it.
If you just want to manage your site's code base through GitHub, that's quite simple and a lot of people do that now, myself included.
--Larry Garfield
On 08/01/2011 05:58 AM, Vasiliy G Tolstov wrote:
Hello. I want to create private git repo for own needs. I want to use drupal cms and already created modules like project and vcs. Is that possible to create such site based on drupal 7 core?