What is the best available EC2 AMI configured with
- Django Stack
- MySql Installed and configured
- Apache or any other Server
After searching I have found only one bitniami djangostack. Have any of you ever tried it. Are there any other options.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It might be better take a standard well known image and install the software. The Ubuntu installation is quick and easy. In my case I’ve had no trouble using the ubuntu-maverick-10.10-amd64-server AMI from Canonical to build up a Pylons stack. For your requirements you could start with this AMI and then using
and selecting the LAMP components (space-bar to select) you get Apache and MySQL. Then
gets you Django. See more details here.
Of course custom configuration is another matter — which for my level of Apache experience is a slow process.