On Jul 16, 6:36 am, jayvandal <jayvan...@gmail.com> wrote:
> I am following the cookbook as a tutorial but I am confused about
> relating this to a production mode. I thought I would have URL
> HTTP://localhost/cookbook/

You can run on port 80 if you wish (simply amend options_std.py).
Real Production is unlikely to run on pure CherryPy unless using as a
standalone desktop app.
Multi-user server systems would likely front with a webserver such as
Apache (e.g. using mod_WSGI)

> that would give me a master menu and have
> URLS that point to the detail  screens.

I don't think Cookbook modifies the menu at all - I'd look at the
welcome app to see how to create one.

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to