1. Setup web2py
- Download Web2py
- Run the install. A new folder will be created called web2py with all of the files necessary to run the application.
- This distribution contains it's own Python files. You do not need to install Python or point to an existing Python installation.
- Inside the web2py folder run
web2py.app
(on mac) or web2py.exe
(win). - Select a password and click start
- Additional Information on Setup
[ Previous ] [ Next ]