Thanks.

so if I start on my local machine;

Do I just start in my web2py root directory?

Do I have to use the web interface to create apps or can I just run some sort of "bootstrap" script that loads all the same stuff into a new project directory?

I see the "welcome" app is zipped or something into a w2p extensions; so I am not sure exactly where to start.

I dont want to use the browser; I prefer to use text editors; the browser is a frustrating distraction.


Thanks Again.

David.



On 12/25/10 11:18 PM, pbreit wrote:
In the beginning, I'd suggest just using programming on your local machine with the 
bundled web server and sqlite. When you're ready to deploy to a remote server setting up 
ssl isn't too bad. Or forwarding localhost with "ssh -L 8000:localhost:8000 
r...@server.ip.address".

For initial learning, the wb2py book is the best starting point.


Reply via email to