Cool. Thanks for putting up that demo. Everyone, the DotCloud CEO recently offered folks on this list beta invites: https://groups.google.com/d/msg/web2py/eRARkDuYGn4/VJ9twwOA3-cJ They also recently added a web2py setup tutorial to their documentation: http://docs.dotcloud.com/static/tutorials/web2py/. I emailed them to request they add the tutorial link to their main documentation page (which they did), and they said they were interested in feedback on the tutorial so they can improve it -- so try it out, and send them any feedback. Right now, Django is the only other Python framework with a tutorial there. Anthony
On Tuesday, February 1, 2011 11:02:11 PM UTC-5, rochacbruno wrote: > Take it a look: > > http://www.web2py.dotcloud.com/welcome/default/index > > definitely the 'heroku' for web2py > > So easy > > $dotcloud deploy -t python myweb2pyapp.www > > $ln -s wsgihandler.py wsgi.py > > $cd path/to/my/web2py > > $dotcloud push myweb2pyapp.www > > $... > rsync > > > <http://www.web2py.dotcloud.com/welcome/default/index> > and > http://www.web2py.dotcloud.com<http://www.web2py.dotcloud.com/welcome/default/index> > > > I am a little busy now, but I will try it with PostGreSQL tomorrow > > > -- > Bruno Rocha > http://about.me/rochacbruno/bio >