|
|
|
|
|
by zdragnar
2918 days ago
|
|
Throwing it in a git repository ensures that every person who clones it can readily republish it. Hosting said repository on Github, when anticipating an utterly massive spike in traffic, is an easy way to not have to pay for said spike in traffic (either from provisioning or data transfer). I didn't look at what format the "database" is in, or if the size would make it (im)practical to simply zip it up and email it around, but if the format isn't readily consumable by non-technical people, there wouldn't be any reason to not utilize a tool like git anyway. |
|
`git clone --bare` is enough.