Actually, I use it offline following the procedure below: - Clone web2py itself from https://github.com/web2py/web2py.git - Enter in its `applications` directory - Clone the book repository from https://github.com/mdipierro/web2py-book.git book - Run web2py - Go to the web browser in the following URL: http://localhost:8000/book
The end. Anything beyond that, like keeping web2py and the book itself updated, is related to git usage. I've experienced the repository version is more up to date than the online one. For instance, when searching the online version for "appconfig" you get no results, while the cloned repository shows me some results. -- Vinicius. On 29 September 2015 at 09:04, Willoughby <[email protected]> wrote: > I know it's hard to believe, but some of us don't have constant internet > connection. > So telling us to just 'go online' isn't always a productive option. > > On Monday, September 28, 2015 at 3:59:28 PM UTC-4, Dave S wrote: >> >> >> >> On Monday, September 28, 2015 at 1:28:10 AM UTC-7, Manuele wrote: >>> >>> Il 23/09/15 22:45, Manor Askenazi ha scritto: >>> > Hello there, >>> > >>> > I am trying to learn web2py and would like to start directly with the >>> > latest version. >>> > However, the pdf on the main website is for the 5th edition. I would >>> > like to build the 6th... >>> > What's the proper procedure? >>> > >>> > Manor. >>> Consider you can download (or better clone using git) the book project >>> as a web2py application and consult it from your installation... with >>> the advantage that you can mantain always updated with a simple git pull. >>> >>> (I have no idea how to build a pdf from the book project now :) ) >>> >> >> Also, you can just browse the book ... the online html is the current >> version. >> >> For instance: >> <URL:web2py.com/books/default/chapter/29/03/overview#Simple-examples> >> >> /dps >> > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

