it will create pull request which we can accept, to fix this issue for new users
and click
on the bottom
that's it
Miriam Cox
@marzipanic
Thanks! I'm new to "Read The Docs" =)
Miriam Cox
@marzipanic
I am updating the installation docs as I go.
I've run into another error though
I try running Ralph using 'sudo ralph runserver 0.0.0.0:80' (instead of port 8000, so I can just type it in a browser)
And I am hitting Ralph, but I'm getting a 500 error back
Not sure how to go about troubleshooting this, since that is such a generic error
Basically, it's trying to visit "http://<ip address>/login/?next=/"
But something is failing there.
Here's the runserver output:
System check identified no issues (0 silenced). December 15, 2016 - 18:07:22 Django version 1.8.17, using settings 'ralph.settings.prod' Starting development server at http://0.0.0.0:80/ Quit the server with CONTROL-C. [15/Dec/2016 18:08:05] "GET / HTTP/1.1" 302 0 [15/Dec/2016 18:08:05] "GET /login/?next=/ HTTP/1.1" 500 27 [15/Dec/2016 18:08:05] "GET /favicon.ico HTTP/1.1" 404 85 [15/Dec/2016 18:08:27] "GET / HTTP/1.1" 302 0 [15/Dec/2016 18:08:27] "GET /login/?next=/ HTTP/1.1" 500 27
swb
@spencewb16_twitter
hey everyone - i am done making customizations i want for now. now i want to run the app for real instead of using ralph runserver 0.0.0.0:8000. what should i do? what is best practice?
Miriam Cox
@marzipanic
nginx or apache, I assume
swb, did you use Vagrant when installing ralph?
swb
@spencewb16_twitter
i did not
justinlos
@justinlos
Hi all, just have a quick question that I hope would be quick to answer. Regarding the usability of Ralph: WRT Racks, are there PDU specific options or should everything be added as an accessory at the moment?
I found some information in the github issues, and it pointed to the possibility, but I'm unaware of where to find the settings or visualizations.
_
justinlos
@justinlos
I apologize if this is not the place to ask this.
Miriam Cox
@marzipanic
Hmm, wondering what is causing the server error on my end then
Back at this project. When i run "echo $RALPH_DEBUG" it kicks back "1"
(So, still not able to get Ralph working.)
I mean, that should be correct, since I have debug mode turned on, per the settings. But for whatever reason, I still get a 500 error when attempting to visit the IP address of the site
Miriam Cox
@marzipanic
I should note, that visiting the IP kicks me to "http://10.139.42.183/login/?next=/" so redirect is working. But for whatever reason, nothing shows up there. Hmm.
(Just a 500 server error)
✪ vi4m Marcin Kliks
@vi4m
when you do sudo it probably clear this variables
maybe try something like "sudo su -" and then set all variables, and then run ralph ...