Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

Results table doesn't exist. #183

Closed sivadharma closed 7 years ago

sivadharma commented 7 years ago

While running the tool on localhost, I'm getting an error as follows

PG::UndefinedTable - ERROR: relation "results" does not exist LINE 5: WHERE a.attrelid = '"results"'::regclass

Please guide me to fix the above error.

Note: Previously I had the same error on "Session Table", I solved it by the query "rake db:migrate".

ahoernecke commented 7 years ago

Hi @sivadharma. Please return to the wiki and ensure you've followed all the instructions to get your application setup. The missing database tables are likely a result of a missed or out of order step when performing the setup: https://github.com/Netflix/Scumblr/wiki/Setting-up-Scumblr-2.0-%28New-install%29

sivadharma commented 7 years ago

sure. i will get back to you soon.

sivadharma commented 7 years ago

Thank you so much for your reply, followed your instructions and sorted it out. Now, where can i find the manual to set up things after installation?

sbehrens commented 7 years ago

The Getting started section of the wiki will give you the basic concepts:

https://github.com/Netflix/Scumblr/wiki/Getting-Started

The wiki in general is your best spot for this sort of information. If you have further questions, hop into our Gitter chatroom: https://gitter.im/Netflix/Scumblr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

ghost commented 7 years ago

@sivadharma Do you remember what your fix was for this issue?