What you are describing is like trying to eat a 12-course meal in one bite. If you have no command-line experience, I don't think it's going to be a very pleasant experience for you. But here is how I would approach it..
1) Figure out how to get Ubuntu Server running out on EC2 (http:// alestic.com/ is a good start) 2) Figure out how to install django on ubuntu (also google for virtualenv and pip) 3) Figure out how to install / configure postgres on ubuntu 4) Figure out how to run django with a production-quality web server (you mention apache, but I would consider nginx or similar). 5) Figure out how to install and configure solr Of course each of those steps could be broken down quite a bit. Along the way I reckon you'll work through getting around at the command- line. Feel free to come back and ask more specific questions as you run into problems. Hope that helps, --Stuart On Jul 2, 9:14 am, Soviet <soviet1...@gmail.com> wrote: > Hello > I need to set up EC2 instance to run Django+Python+PostgreSQL+Apache > +Solr+nginx+Mercurial etc. This is all black magic for me - I was only > using shared hosting like webfaction, where everything is dumb- > friendly :). But you know, "the customer is always right", and I have > to run it on Amazon. I did hours of googling, but everything is either > old/outdated or doesn't cover the tools I have to install. So far I'm > stuck on connecting to my instance through PuTTY :D. > > Can anyone provide some useful link or step by step tutorial? I have > no experience using Unix command-line-stuff, but im a fast learner :). > Any help would be appreciated. Also, beer is on me when we meet! :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.