web2pyTM Download
- for Windows
- for Mac
- source code for all platforms (requires Python 2.5, runs on Windows and most Unix systems, including Linux and BSD)
- latest development snapshot
- Production Distribution/VMWare appliance (coming soon)
Instructions
After download, unzip it and click on web2py.exe (windows) or web2py.app (osx). To run from source type:
> | python2.5 web2py.py |
> | python2.5 web2py.py -h |
Caveats
After installation, every time you run it, web2py asks you to choose a password. This password is your administrative password. If the password is left blank, the administrative interface is disabled. The administrative interface /admin/default/index is only accessible via localhost and always requires a password.
Any url /a/b/c maps into a call to application a, controller b.py and function c in that controller.
You are strongly advised to also use Apache with mod_proxy or mod_wsgi to access applications in the framework. This allows better security and concurrency.
Stickers