I'm trying to deploy a sample application, in this case https://github.com/relsi/web2pyople to Heroku. I was able to get web2py setup on heroku following the instructions Installing your web2py Stack on the Heroku cloud in 4 simple steps<http://www.renedohmen.nl/blog/2013/01/installing-your-web2py-stack-on-the-heroku-cloud-in-4-simple-steps/>. I'm using an Ubuntu T1 on Amazon ec2.
I'm new to all of this but understand that heroku needs to understand what you're trying to put on it. This is related to the cedar stack and some other configurations that I don't really understand. I simply followed the instructions and it worked (hey!). So I thought I would be able to do a simple git clone https://github.com/relsi/web2pyople.git into the applications folder of my successful web2py installation. I was hoping it would be that easy. If I do a simple: heroku create git push heroku master I obviously get a new app that hasn't been setup for the cedar settings (whatever the heck that is!) When I do a simple git push heroku master it says everything is updated. What step is this code newbie missing in the deployment of sample applications? I suppose I should just use the applications uploader provided on my successful web2py deployment but I really wanted to figure out how to do it from the command line. Any help would be appreciated... -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

