You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tools-...@lists.mozilla.org
Hello everybody,
I am struggling a bit to get the latest
socorro running using vagrant. I have
ported the Vagrant config in socorro
mainline to use a precise32 box and migrated the puppet module in order
to get the required toolchains (gcc/python) working on my virtual box.
I couldnt get socorro to build in CentOS box as the gcc and python were
outdated
compiled socorro using the documentation
online ( i had to fix some things along the was but it seems to have worked)
Now, I am using apache2 as proxy on
the virtual box to forward requests to gunicorn serving the WSGI Django
web crashstatistic app. I have fiddled around now for some hours but i
cannot get a valid HTTP response back from the gunicorn server.
Now I have read with new versions of django/gunicorn ALLOWED_HOSTS might
have to be set but I couldnt get it to work.
Ive tried putting settings.py or production.py
files in either the webapp-django and webapp-django/wsgi/ folder but to
no avail. Im pretty new to django so right now I am a bit lost.