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]> 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]. 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.

-- 
-- 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.

Reply via email to