Hi
I was assigned to work on a drupal project.

I have used drupal before, but am uncertain whether this github code repository is a usable Drupal code, or just something incomplete:

https://github.com/galecia/bookpoints

It seems to be a contrib folder with a bunch of modules...is this usable at all?

Thanks so much

Michael Cabus

Comments

Jaypan’s picture

It looks just like a collection of modules to use on a site.

What do you mean by 'usable' though? If the site you are working on is already using that repository, then it's probably usable.

cabuscaboose’s picture

Thanks for reply!

I have both Drupal 7 and Drupal 8 installed, but this is not my github project..so I was wondering if I could incorporate this code on a new Drupal install in some way.

Jaypan’s picture

That folder appears to be for Drupal 7 (though I only looked at one module).

You can download it an enable the modules if you want, but there doesn't appear to be a DB dump that will set up the configuration or anything for you, so I don't see any benefit of getting the modules there, vs. just downloading them from Drupal.org.

cabuscaboose’s picture

It's kind of what I was arriving at..thank you. I think I need to make the project myself..I love Drupal, glad to be working on it again! Many thanks, Michael

sprite’s picture

Make a list of the modules, but then download fresh copies of them from ftp.drupal.org and build your own fresh sites/all/modules and sites/all/libraries directories.

spritefully yours
Technical assistance provided to the Drupal community on my own time ...
Thank yous appreciated ...

cabuscaboose’s picture

Hi
Just wanted to say thank you for your help; it is working out. I am in the process of making a new site with the modules. From there I can get a further idea of the strategy of this project and build it out. You are awesome.