> > Is this mean: > make web2py application, > follow instruction and pack application > --- > unpack application and run, running application will run and will open > in browser or where? >
If you're talking about the first link, when you unpack and run, the application will open in the browser -- but it will be running locally on the user's machine via the built-in Rocket webserver (and in that case, if you need a database, you would most likely use SQLite, which is also local to the app). Anthony

