Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Script Fails to Complete on Debian 8.0/8.5 #43

Closed
nathanielban opened this issue Jun 22, 2016 · 5 comments
Closed

Install Script Fails to Complete on Debian 8.0/8.5 #43

nathanielban opened this issue Jun 22, 2016 · 5 comments

Comments

@nathanielban
Copy link

I've been trying for the past several days to get CDR Stats installed, there appears to be a bug in the install script. From what I can tell from reading the last error I saw it appears to be Django related:

Screenshot of Error

The main webroot (Port 80) is staged correctly but the script itself is not available on port 8008:

NGINX Shows a 404 because the upstream proxy isnt running

Does anyone have any ideas?

@gled-rs
Copy link
Contributor

gled-rs commented Jun 22, 2016

can reproduce the same on a fresh installed jessie.

the install script also seems to forget to pip install importlib during setup, and install gunicorn itself.

Did not went further debugging the long install script.

@gled-rs
Copy link
Contributor

gled-rs commented Jun 23, 2016

PS: the script also fails on a debian 7 ( wheezie )

@areski
Copy link
Member

areski commented Jun 24, 2016

This has been solved now 2133d0a

@areski areski closed this as completed Jun 24, 2016
@nathanielban
Copy link
Author

It is still broken, theres a new error this time:

New Error

@gled-rs
Copy link
Contributor

gled-rs commented Jun 24, 2016

Confirmed, PR #44 solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants