matamorphosis / Scrummage

A Holistic OSINT and Threat Hunting Platform
GNU General Public License v3.0
502 stars 81 forks source link

Something wrong with the installer database creation. #7

Closed Joukahainen123 closed 4 years ago

Joukahainen123 commented 4 years ago

Gives the following errors:

[+] Database setup complete. File "Create_Tables.py", line 8 DB_Info = Configuration_Data['postgresql']: ^ SyntaxError: invalid syntax [+] Scrummage tables created. File "Create_User.py", line 24 DB_Info = Configuration_Data['postgresql']: ^ SyntaxError: invalid syntax

matamorphosis commented 4 years ago

Hi Joukahainen123,

Thank you for raising this, the issue was a simple oversight in both these installation scripts in the latest release (2.4). Please pull the latest changes or re-download the latest release and re-run the dependencies.sh script.

Cheers,

matamorphosis