Been at this for a couple days, so apologies if a solution's already been posted that I haven't seen. I'm trying the manual install on a Mac with OSX El Capitan.
When I hit the step to initialize/prepopulate data, I always run into the following error, which appears tied to elasticsearch (command is "python3 manage.py app:initialize_data && python3 manage.py app:prepopulate"):
INFO:superdesk.websockets_comms:Connecting to broker redis://localhost:6379
INFO:superdesk.websockets_comms:Connected to broker redis://localhost:6379
I'm not brand new to python and virtual environments, though I consider myself a novice. I believe I have the redis-server and elastic search running when I do this. I've started them in separate terminal tabs and see them running. Mongodb is also activated. I've also seen other threads/tickets that suggest Superdesk relies on older versions of mongodb and elasticsearch, so I've tried installing the latest versions of both but also wiping them out and going back to mongodb 2.6 and elasticsearch 1.7 (Homebrew doesn't appear to have elasticsearch 1.5, which is what a commenter said in the ticket Superdesk is supposed to be using).
Any feedback or other Mac users having the same trouble getting Superdesk up and running?
Hi Brian, it looks like I have exactly the same issue (as it seems does a number of other people), same specs. Did you manage to find a root cause of the problem?
So i ran that and was able to log in. However, now i'm getting server 500 errors in the browser console. Could be because there's missing data from the database. Would not recommend this method currently.