bookieio / Bookie

Python based delicious.com replacement
GNU Affero General Public License v3.0
633 stars 138 forks source link

Document sqlite -> mysql/postgresql migration and nltk_data environment variable in wsgi #502

Closed jcharaoui closed 10 years ago

jcharaoui commented 10 years ago

I found it useful to pass the NLTK_DATA environment variable when hosting Bookie in wsgi, otherwise I would get a MissingCorpusException. Other than the NLTK_DATA envvar, the library seems to look for the nltk data only in a handful of hardcoded paths.

mitechie commented 10 years ago

Thanks for these doc updates. Really appreciated.