Hi everyone,
I'm new to web2py framework, and would like to host some app on
dotcloud (dotcloud.com).
Apparently, people have managed to done this successfully, and I
wonder if someone could share their experience/procedure to deploy a
web2py app on dotcloud.
I've been trying to use dotcloud's CLI 0.4 to deploy just the plain
off-the-shelf web2py, but keep getting "uWSGI Error wsgi application
not found" when I go to the app url. I have the following setup:
funback/
backend/
web2py/
wsgi.py -> ./web2py/wsgihandler.py
dotcloud.yml
README
and inside dotcloud.yml:
funback:
approot: backend
type: python
db:
type: postgresql
Can anyone suggest a possible cause of the problem and the remedy to
fix it? Thanks a lot.