How to deploy local project to Amazon

Posted by Nai on Server Fault See other posts from Server Fault or by Nai
Published on 2011-03-09T04:05:55Z Indexed on 2011/03/10 0:11 UTC
Read the original article Hit count: 521

Filed under:
|
|
|

I have a small webapp written in Python/Django which works fine on my local machine. I've been tinkering and setting up my server on the free tier of Amazon EC2 by following online tutorials. However, the tutorials I have found so far shows you how to setup your instance and stops there.

So my question is, how do I get my local webapp onto my Amazon instance?

FYI, I'm a sys admin/web dev. noob.

Thanks.

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about python