It look like django dies after some time. ralph is visible under 'ps' command
ralph 31001 1 0 08:20 ? 00:00:01 /home/ralph/ralph_ng/bin/python /home/ralph/ralph_ng/bin/ralph runserver 0.0.0.0:8000
But when I'm trying to telnet localhost on the port 8000 I fail .
Then I have to kill ralph process and start it again (virtualenv has to be activated):
DJANGO_SETTINGS_MODULE=ralph.settings.local ralph runserver 0.0.0.0:8000 &
server {
listen 80;
client_max_body_size 200M;
server_name ralph.localhost;
proxy_set_header Host ralph.localhost;
location / {
proxy_pass http://127.0.0.1:8003;
}
}
I have something like above configuration to start Ralph on my local machine (through nginx ofc)
USERNAME_FIELD = email
apt-cache policy ralph-core
ralph-core:
Installed: 3.0.0-snapshot-20170822-8254
Candidate: 3.0.0-snapshot-20170822-8254