Rob, Thanks for the awesome rapid reply! I'll do that. Meanwhile, perhaps you could add a comment to that file that says something like "# To change the port from a default of 8000, add the desired port at the end of this line". Since what I did was grep all kinds of directories for "8000" and (natch) came up with nothing. Not helpful for debugging purposes.
As for the public radio story, I'm still trying to track it down (heard it in the car). I will post about it when I find it. But I'm a little surprised someone in your group wasn't contacted about it, but maybe they only spoke to a user? Anyway, I'll let you know more as I find it out. Roy On Monday, May 12, 2014 9:55:08 PM UTC-7, Rob Gaston wrote: > > Hi Roy, > > Welcome! > > To do this you'll need to modify the runserver line of runserver.bat/sh > (whatever the case may be for your OS, line 6 of the bat file, line 11 of > the sh file) to define the port that you want the run the web app on. For > example, this will run the server on port 8001: > > python manage.py runserver 8001 > > Please note that this runs the Django development server which is good for > development and perhaps evaluating the system, but should not be used in > production. In production you should use a real web server such as apache > (using modwsgi to run Django). > > By the way, I missed the public radio story... Got a link? > > Cheers, > - Rob > > > On May 12, 2014, at 9:38 PM, Roy Tennant <[email protected] <javascript:>> > wrote: > > My 8000 web port is already in use, which throws this error: > > Django version 1.6.2, using settings 'archesproject.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CONTROL-C. > Error: That port is already in use. > > But there doesn't seem to be anything in archesproject/settings.py that > sets it. Where can I reset this to something else? > > By the way, the recent story on public radio means that you will be > getting a lot more people at your doorstep. This will likely mean you will > be getting a lot of installation questions like this. Just so you know. > Roy Tennant > > -- > -- To post, send email to [email protected] <javascript:>. To > unsubscribe, send email to [email protected] <javascript:>. > For more information, visit > https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
