Hi, I saw your post on the web2py list, and I'm trying to run nginx+uwsgi on ubuntu running on EC2. I used the script that comes with web2py, and it installed ok, but it won't allow me to create a new app. Do you happen to know why or how I solve this?
Thanks in advanced! 2012/2/15 Matt Doiron <[email protected]> > Hi all, > I've been learning web2py for the last few months and put together a site > that I hope to grow into a useful service. Because it's based on web2py and > uses various other tools common to the web world, I thought I would post a > link here. I would also love any feedback anyone had about it! The site is > built on web2py running on nginx+uwsgi and uses a various tools like > celery, mongodb, redis, OAuth, postgresql, twilio as well as twitter and > facebook apis. > > The site is basically a queue scheduler - where the queues are lists of > web-related tasks like sending an email, SMS or posting on twitter, etc. > For now the interactions with the queues are fairly basic, but I hope to > add more advanced functions in the future. The site is called QueueBot an a > brief description is as follows: > >> Queues are the heart of QueueBot. Assign actions to a queue from the >> range of possible tasks, such as posting on Twitter or sending a text >> message, and they will be executed in order at regular intervals or on a >> schedule. >> > > Matt > -- []'s Marco Tulio

