Hi all - I'm looking to build a site similar to cellartracker.com
My site will not track wine collections but it will have many of the same features.
Is Drupal built to handle this type of thing?
A few things I would need:
Each user manages their own collection (add/delete/edit)
The ability to pre-populate a database of items that a user can pick from to add to his collection
Review the item as it in consumed. Also record date item was consumed
I'm thinking of trying a drupal distribution for the first time, but I wanted to get a handle on how they work, update and differ from regular drupal first.
I'm interested in the Flight distribution: https://drupal.org/project/flight
but the questions basically apply to all.
I'm looking at creating a pet medical record site mainly for myself but eventually will open it so that others can use the site to keep their pet records organized.
I'm not really sure the best way to go about creating the organization of the site to get the desired effect I want. Wondering if I could get some pointers.
I've been developing one site on my PC on WAMP.
I now want to start developing a second, totally unconnected site.
The docs say that mutisite is really for connected sites, so I assume the best way is to install two separate copies of drupal in different directories. Correct?
But what about the database (i DO NOT want to end up accidentally overwriting the other site!)
I'm assuming some kind of database prefix will be involved? Will drupal give me an option to set that when I install? Or should I set it in a file before installing?