nexB / purldb

Tools to create and expose a database of purls (Package URLs). This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ and nexB for https://www.aboutcode.org/ Chat is at https://gitter.im/aboutcode-org/discuss
https://purldb.readthedocs.io/
29 stars 21 forks source link

Incomplete README setup instructions #397

Open pombredanne opened 2 months ago

pombredanne commented 2 months ago

If I run the README instructions:


    git clone https://github.com/nexb/purldb
    cd purldb
    make dev
    make envfile
    make postgres
    make postgres_matchcodeio

This fails with:

django.core.exceptions.ImproperlyConfigured: Set the SECRET_KEY environment variable
AyanSinhaMahapatra commented 2 months ago

See also https://github.com/nexB/purldb/issues/319, duplicate issue.