I submitted a few corrections to the DotCloud tutorial ( http://docs.dotcloud.com/static/tutorials/web2py/). If anyone sees any other errors or has additional feedback, you can contact DotCloud directly, or let me know and I'll pass it along. Also, here's a link about it on Reddit: http://www.reddit.com/r/Python/comments/fi1tk/web2py_is_running_on_dotcloud_tutorial_link_in/
On Tuesday, February 1, 2011 11:38:26 PM UTC-5, Anthony wrote: > 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 >> >

